DEV Community

Amit Mishra
Amit Mishra

Posted on

How to decide which architecture pattern is best suitable for which app.

AppDev how would you decide which architecture pattern is best suitable for which app.
How to decide which one is better.

As we all know there are many architecture patterns to implement a mobile app, and we can use anyone to develop any app. but every pattern has some if and but.

Every architecture pattern has some use case, when and why?
We have to decide very carefully architecture for our app.

first of all, we all have to understand that architecture is not decided on the basis of any single thing,
There are many architecture pattern like MVC, MVP, MVVM, MVI etc.
How to decide which one will suit your app.
Which architecture is best suitable for our app is decided on the basis of, User Interface, test case, business logic, app's user scale, etc.
https://www.javaoneworld.com/2020/05/best-suitable-architecture-pattern-for-app-development.html

Top comments (0)