MVVM Architecture

Home > Computer Science > Mobile application development > Mobile Application Architecture > MVVM Architecture

MVVM (Model-View-ViewModel) is a software design pattern that separates the application into three parts: the model (the data), the view (the user interface), and the ViewModel (the logic).