There are 3 repositories under android-viewmodel topic.
A scope tree based Dependency Injection (DI) library for Java / Kotlin / Android.
An extension for android ViewModel
A simple of example of MVVM in Android with LiveData and MutableLiveData
Sample Android application used to practice Android's paging library
This is Dormitory Management System Android Repository
A blog companion sample project that demonstrates saving UI state after process death on Android utilizing the community established 3rd party libraries
Sample Android application to practice Android Architecture Components
[ 2세대 학교기업 프로젝트 | Android ] 광주 빛고을 직업교육 혁신지구
ViewModel-SavedState-ktx make easy handling saved state by delegated property.
Sample Contacts-like Android application used to learn Kotlin
Kotlin Koin MVVM Example
Android chatbot using: Dialogflow (Api.ai) for machine learning & NLP, AWS DynamoDB NoSQL Database, DynamoDB Object Mapper, AWS Cognito Identity. Android Architecture Components: Room Persistence Library, ViewModel, Live Data. MVVM Architecture Pattern
App 📱 using Dagger Hilt, Coroutines, ViewModel, Lifecycle, LiveData based on MVVM Architecture. 🛠
An android library to implment dagger with android architecture ViewModel component.
Android MVVM Clean Architecture
A simple app to showcase CLEAN Architecture in Android apps
An Android Library to access the local contact list via a simple ViewModel
A simple of example of MVVM in Android with LiveData and MutableLiveData
A tiny set of classes that helps you to use Android ViewModel with Dagger 2.
Android Telegram companion client
An Android app for riding the PATH that shows the next arrivals for trains at every station, and alerts, in a modern Material design
A sample android app that shows how to use ViewModels and Room together with RxJava & Hilt in Kotlin by Clean Architecture.
App to show popular tv shows from an API, their ratings, overview and similar results. It uses Google Architecture Components and it has unit tests.
:chart_with_upwards_trend: :moneybag: :heavy_dollar_sign: Cryptocurency tracker price and latest change for the price of crypto currencies like Bitcoin, Ethereum, Litecoin and more.
Simple MVVM app gets its data from REST API and caches them phone storage locally.
This KOTLIN repository is to demonatrate the use of ROOM in android application. Its inspired from this (https://codelabs.developers.google.com/codelabs/android-room-with-a-view/) google codelabs repository. Along with ROOM, it also uses other architecture component like: WorkManager, LiveData, ViewModel, DAO etc.
[experimental] Annotation Processor to create for Android ViewModel.
ViewModel is an Android architecture component. It is used as a data manager in the application.
A Quiz App made using firebase. It is based on Unidirectional Data Flow (UDF) Architecture and Single-Activity Architecture.
Hands on in Android Room, View Model and Live data libraries
Small Android apps built in Kotlin following the Android Basics with Compose guide provided by Google
Just a simple repo resulting from playing with random tools on a random Saturday. Nothing interesting to see here
A simple spanish/german vocable trainer. Can be used to understand some principles of android devlopment.
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
Demo of how to create ViewModel with LiveData on Android Kotlin