You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Devrath edited this page May 30, 2021
·
10 revisions
Improvement from MVC, MVP to a better Architecture
To overcome the drawbacks of MVC, MVP architecture modifications were done to segregate it to a better representation of architecture called Model-View-ViewModel.
It is one of the very popular ways of structuring the android code.
MVVM helps you to separate your code into many layers that let you have your own responsibilities.