Definition:
MVVM is a software architecture pattern used in mobile app development that separates the presentation, business logic, and data into three interconnected components.
Related Terms:
- Model
- Data Binding
- View
- MVP (Model-View-Presenter)
- MVC (Model-View-Controller)
- Xamarin MVVM