android-room-persistence-library
There are 33 repositories under android-room-persistence-library topic.
rafi0101/Android-Room-Database-Backup
Simple tool to backup and restore your room database in Android
husaynhakeem/Pokedex-Paging-Library-Sample
Sample Android application used to practice Android's paging library
qaifikhan/AndroidTutorials
The repository contains tutorials for android as individual projects
charlesng/SampleAppArch
Sample Application using the app architecture
jarroyoesp/TDDWeatherApp
Android App trying to apply TDD and using MVVM, Kotlin Coroutines
gautam84/Quizella
🧠 A quiz app based on MVVM architecture pattern to test your intelligence. Built using Android-Jetpack Compose and Ktor-client to retrieve data from server.
husaynhakeem/Android-Room-CRUD-Sample
Recommended architecture by Android - Room
shashankchandak/Expense-Manager
A Simple expense manager built using android material design and architecture components .
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
gautam84/xPense
💵 A simple expense tracker app created using MVVM architecture pattern. Built using Android-Jetpack Compose and Room.
relativizt/android-room-one-to-many-auto-pk
Example of using Room persistence library for "one-to-many" relation with auto increment primary key
wellingtoncosta/android-databinding-playground
A playground app about using Android Data Binding Library.
LincolnStuart/pokedex
Android project based on PokeAPI. 📟 🤘
Mohit0233/ChatApp
It's a WhatsApp like clone app which uses firebase for online auth and storage and Android Room (not complete working on it) for creating local database
nbadiganti/ANDROID-MVVM-Boilerplate-project
It helps you to understand MVVM structure in android using ROOM, LiveDate, Database or API repository
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.
ArchitectAK/RoomRxKotlin-Android
Sample Application to demonstrate use of Room with RxJava/RxKotlin
gautam84/MusicX
🎶Simple music player to explore music in the local storage.
kamilkomnacki/SportResultsTracker
In this repository there is an application for track sport results. The application is written by Kotlin programming language for Android 8.1 system. It uses Android Room, LiveData, MPAndroidChart, Dagger 2 and MaskedEditText. The project was created for the needs of the academic project.
rameshkec85/RoomDemo
Android Room Library (Database) Demo
AtheeshRathnaweera/An-Android-Project-by-using-Android-Room-View-Model-Live-Data-libraries
Hands on in Android Room, View Model and Live data libraries
DamianRincon/Android_Room_Example
In this application a small example of a CRUD is done using the Room persistence library.
llRizvanll/NoteTaker
Note taker basic app
lukegjpotter/BikeRacingIreland-AndroidApp
An Android app that will display the Bicycle Races in Ireland that are on the CyclingIreland Calendar.
praveen2gemini/Android_ViewModel_Room
This is sample repository to illustrate about android ViewModel and Room Database concept with simple example code Reference:https://codelabs.developers.google.com/codelabs/android-room-with-a-view/#0
zabi90/android-boilerplate
This is a boilerplate project for android app.
Saranomy/DemoRoom
Demo of how to use Room on Android completed with androidTest
nbadiganti/Android-Room
Room is a persistence library, part of the Android Architecture Components. It makes it easier to work with SQLiteDatabase objects in your app, , decreasing the amount of boilerplate code and verifying SQL queries at compile time.
Nesim11/RoomDbInJava
Room Dbln android with Java
sachaarbonel/PersistenceContentProviderSample
Forked from googlesamples/android-architecture-components
Sithira/Simple-Android-Event-Manager
A Simple Event manager using android, SQLite and Android Room