android-viewmodel
There are 51 repositories under android-viewmodel topic.
stephanenicolas/toothpick
A scope tree based Dependency Injection (DI) library for Java / Kotlin / Android.
FarshadTahmasbi/Vita
An extension for android ViewModel
mitchtabian/MVVMExample1
A simple of example of MVVM in Android with LiveData and MutableLiveData
husaynhakeem/Pokedex-Paging-Library-Sample
Sample Android application used to practice Android's paging library
team-aliens/DMS-Android
This is Dormitory Management System Android Repository
Nimrodda/github-commit-browser
A blog companion sample project that demonstrates saving UI state after process death on Android utilizing the community established 3rd party libraries
husaynhakeem/Products-Android-Architecture-Components
Sample Android application to practice Android Architecture Components
School-of-Company/Bitgoeul-Android
[ 2세대 학교기업 프로젝트 | Android ] 광주 빛고을 직업교육 혁신지구
wada811/ViewModel-SavedState-ktx
ViewModel-SavedState-ktx make easy handling saved state by delegated property.
husaynhakeem/Poeple-Kotlin
Sample Contacts-like Android application used to learn Kotlin
AhsenSaeed/koinMVVM
Kotlin Koin MVVM Example
VeeShostak/android-aws-architecture-components-dialogflow-chatbot
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
halilozel1903/UnsplashExample
App 📱 using Dagger Hilt, Coroutines, ViewModel, Lifecycle, LiveData based on MVVM Architecture. 🛠
arranlomas/DaggerViewModelHelper
An android library to implment dagger with android architecture ViewModel component.
Gun-HelloWorld/Android_MVVM_CleanArchitecture
Android MVVM Clean Architecture
drulabs/RecipePuppy
A simple app to showcase CLEAN Architecture in Android apps
mtuenaydin/ContactViewModel
An Android Library to access the local contact list via a simple ViewModel
llRizvanll/MVVM-Sample
A simple of example of MVVM in Android with LiveData and MutableLiveData
wellingtoncosta/viewmodel-dagger
A tiny set of classes that helps you to use Android ViewModel with Dagger 2.
alexey-kravtsov-tc/undegram
Android Telegram companion client
amandeepg/PathTimes
An Android app for riding the PATH that shows the next arrivals for trains at every station, and alerts, in a modern Material design
orioonyx/CleanArchitecture
A sample android app that shows how to use ViewModels and Room together with RxJava & Hilt in Kotlin by Clean Architecture.
douglasiacovelli/MoviesApp
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.
enzoftware/mvvm-koin
: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.
orioonyx/OfflineCachingSample
Simple MVVM app gets its data from REST API and caches them phone storage locally.
ankuranurag2/Android-Room-Demo-With-Android-Architecture-Components
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.
chuross/viewmodelargs
[experimental] Annotation Processor to create for Android ViewModel.
firozanawar/android-viewmodel
ViewModel is an Android architecture component. It is used as a data manager in the application.
sDevPrem/daily-quiz
A Quiz App made using firebase. It is based on Unidirectional Data Flow (UDF) Architecture and Single-Activity Architecture.
AtheeshRathnaweera/An-Android-Project-by-using-Android-Room-View-Model-Live-Data-libraries
Hands on in Android Room, View Model and Live data libraries
KevinDepedri/Android-Studio-Examples
Small Android apps built in Kotlin following the Android Basics with Compose guide provided by Google
kingsleyadio/bahdtech
Just a simple repo resulting from playing with random tools on a random Saturday. Nothing interesting to see here
PhilT95/ger-es_trainer
A simple spanish/german vocable trainer. Can be used to understand some principles of android devlopment.
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
Saranomy/DemoViewModel
Demo of how to create ViewModel with LiveData on Android Kotlin