There are 0 repository under viewmodel-framework topic.
Android Architecture Component with Room database,View Model and Live Data
This Sample aim to understand the concepts of two main Jetpack components - ViewModel and LiveData with Kotlin as Programming language. Please read the ReadMe file for the theoretical description.
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
Mirage is a windows library that provides some common classes to write better MVVM applications. Mirage provides a command framework, a ViewModel framework and a bunch of collection classes that make it easy to write ViewModels for windows applications.
Projeto Kotlin Android (capítulo 10) do livro "Desenvolvedor Kotlin Android"