What is MVVM in Android example?

MVVM stands for Model, View, ViewModel . Model: This holds the data of the application. It cannot directly talk to the View. Generally, it’s recommended to expose the data to the ViewModel through Observables. View: It represents the UI of the application devoid of any Application Logic.

Sizin İçin Seçtik  Why MVVM is better than MVP in android?

Leave a Reply

Your email address will not be published. Required fields are marked *