MVVM Architectural Pattern
the Model-View-ViewModel Pattern helps to cleanly separate the business and presentation logic of an application from its user interface (UI) Activities/ Fragments. MVVM Consists of three core components: the model, the view and the view model Model holds the application data which might come from your API’s or other sources such as SQLite files, etc. […]
MVVM Architectural Pattern Read More »