Also known as
- MVVM
Intent of Model-View-ViewModel Design Pattern
The intent of the Model-View-ViewModel (MVVM) pattern in Java is to provide a clear separation of concerns between the UI logic, the presentation logic, and the business logic by dividing the application into three interconnected components: Model, View, and ViewModel.
About 3 min