viewmodel-framework
There are 8 repositories under viewmodel-framework topic.
gpospelov/qt-mvvm
Model View ViewModel framework for large Qt C++ applications
yash786agg/AndroidArchitectureComponent
Android Architecture Component with Room database,View Model and Live Data
RahulSinghRawatDev/ViewModel_LiveData_Kotlin_Sample
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.
pengyang486868/MiaoApp
MiaoApp
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
viswanathr88/Mirage
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.
viniciusthiengo/news-app-brasil-notcias-livro-kotlin-android
Projeto Kotlin Android (capítulo 10) do livro "Desenvolvedor Kotlin Android"