Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 367 Bytes

README.md

File metadata and controls

4 lines (2 loc) · 367 Bytes

AndroidMVVMArchitecture

MVVM is one of the architectural patterns which enhances separation of concerns, it allows separating the user interface logic from the business (or the back-end) logic. Its target (with other MVC patterns goal) is to achieve the following principle “Keeping UI code simple and free of app logic in order to make it easier to manage”