viewmodelfactory
There are 46 repositories under viewmodelfactory topic.
anandwana001/catchflicks
🎬 Kitchen sink project for learning android concepts 🎬
mayokunadeniyi/Dog-Pool
Android sample application implemented using MVVM pattern, Retrofit2, LiveData, ViewModel, Coroutines, Room, Rx-Java, Navigation Components and Data Binding.
Stephenayor/Notes
📒Note taking app, MVVM with Google Architectural components Room, LiveData and ViewModel written in Kotlin, androidx libraries
kumaar8293/RecyclerView-with-Databinding-Kotlin
Simple RecyclerView with Databinding
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.
alexymumo/TodoApp
TodoApp
avbase/WeatherData
Example of data collection using the library retrofit2 (weather forecast from https://openweathermap.org)
BOSS6292/QuotesApp
Quotes App using ViewModel
CanerGures/TokenFT-DemoApplication
A demo application to implement Token Financial Technologies API's.
denisamihut/HealthyApp
An app that monitors and displays users health status
dev-satyamthakur/ViewModel-Android
A sample android app that demonstrates the use of ViewModel.
lakshmi-p15/GuessIt
A word guessing app you can play with one or more friends
MrAmmia/AML_Notes_kotlin
A Notes app with a todo list and reminder notification
ravisaini1990/GuessTheWord-Starter
ViewModel with LiveData
shivaprasad-bhat/quotes-android
Application that displays the collection of quotes
AnandSuthar99/MvvmCleanArchitectureDemo
MVVM Clean Architecture Demo
ankit7248/News_App
News App ➤ In this App you can see any country of News by changing Country Code in News API
gmzucolo/android-basics-kotlin-inventory-app
App demonstrates how to use Room to save, read, update, and delete inventory items in a SQLite database.
iutsavsingh/MyQuotify
MyQuotify is a simple quote showing app where user can get tons of quotes. I have made this app using kotlin by implementing some famous techniques like 'ViewModel', 'ViewModelFactoey', 'JSON Parsing' etc.
Miftakun/MU-Player-Football-Information-App
⚡ Repository for Documentations Dicoding - Belajar Membuat Aplikasi Android untuk Pemula | Aplikasi Informasi Pemain Manchester United F.C. menggunakan bahasa Kotlin
Shreyank031/QuotesApp
The Quotes App is an Android application designed to deliver daily inspiration through a curated collection of quotes. It leverages the power of ViewModel and ViewModel Factory architecture components to efficiently manage and update quote data. The ViewModel handles the business logic, including loading quotes from a JSON file.
Simp-le/hfad_guessing_game
Project No. 8 in the Head First Android Development course
utkarsh0869/SleepTrackerV1
An android app that allows the user to collect information about their sleep, focusing on data persistence using Room, Coroutines, and Observable state variables.
ankit7248/Random_Quote
Understand the concept of Rdbms, Retrofit , Viewmodels ,ViewmodelFactory
Arinyadav1/ForgetHub-Application
It is like a notes application where you can save your thoughts and ideas which you tend to forget quickly.
fede-debe/TrackMySleepQuality
This app demonstrates the following views and techniques: Room Database, DAO, Coroutines, RecyclerView, Custom Adapter
Gozirin/SleepTrackerApp_Room
The SleepQualityTracker app is a demo app that helps you collect information about your sleep.
gtdevgit/P9
Application Real Estate Manager. Devenez un as de la gestion immobilière
hall9zeha/ViewModelFactory
Implements examples of ViewModel factory
Patel-Hemant/Quotes-Collect-Android-App
Basic implementation of ViewModel and ViewModelFactory in Kotlin
Raj-spbi/ViewModel
View Model Life Cycle Aware Component.
Simp-le/hfad_tasks
Project No. 9 in the Head First Android Development course
sumitbhuia/ViewModel_Factory_DataBinding
This app implements UI layer and Data layer Libraries . Which includes ViewModel for data persistency against config. changes . Factory for custom ViewModel constructors . View Binding and Data Binding for less calls of findViewById and better efficiency. And a transparent button spanning full screen.
VaibhavMojidra/Android-Java---Demo-View-Model-Factory
The ViewModelFactory is a class in the Android Architecture Components that is used to create instances of ViewModel classes. In Android, a ViewModel is used to store and manage data that is used in an activity or fragment, and survives configuration changes, such as screen rotation.
VaibhavMojidra/Android-Kotlin---Demo-View-Model-Factory
The ViewModelFactory is a class in the Android Architecture Components that is used to create instances of ViewModel classes. In Android, a ViewModel is used to store and manage data that is used in an activity or fragment, and survives configuration changes, such as screen rotation.