Model View ViewModel framework for large Qt C++ applications
-
Updated
Aug 11, 2024 - C++
Model View ViewModel framework for large Qt C++ applications
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
Projeto Kotlin Android (capítulo 10) do livro "Desenvolvedor Kotlin Android"
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.
Add a description, image, and links to the viewmodel-framework topic page so that developers can more easily learn about it.
To associate your repository with the viewmodel-framework topic, visit your repo's landing page and select "manage topics."