/Mvvm-android-master

The main players in the MVVM pattern are: The View — that informs the ViewModel about the user’s actions The ViewModel — exposes streams of data relevant to the View The DataModel — abstracts the data source. The ViewModel works with the DataModel to get and save the data.

Primary LanguageJavaApache License 2.0Apache-2.0

Stargazers