An open API service indexing awesome lists of open source software.

https://github.com/samsetdev/viewmodel-mster

The ViewModel class is designed to store and manage UI-related data in a conscious way. The ViewModel is able to live through the configuration changes. It means that even after the Activity is destroyed and recreated after the phone rotation, you’ll still have the same ViewModel with the same data
https://github.com/samsetdev/viewmodel-mster

android android-mvvm android-viewmodel lifecycles model mvvm mvvm-architecture mvvm-sample mvvm-viewmodel view viewmodel viewmodel-framework viewmodel-pattern

Last synced: 3 months ago
JSON representation

The ViewModel class is designed to store and manage UI-related data in a conscious way. The ViewModel is able to live through the configuration changes. It means that even after the Activity is destroyed and recreated after the phone rotation, you’ll still have the same ViewModel with the same data

Awesome Lists containing this project