Topic: "android-room-persistence-library"
rafi0101/Android-Room-Database-Backup
Simple tool to backup and restore your room database in Android
Language: Kotlin - Size: 456 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 247 - Forks: 21

husaynhakeem/Pokedex-Paging-Library-Sample
Sample Android application used to practice Android's paging library
Language: Java - Size: 918 KB - Last synced at: 16 days ago - Pushed at: over 6 years ago - Stars: 70 - Forks: 39

qaifikhan/AndroidTutorials
The repository contains tutorials for android as individual projects
Language: Java - Size: 263 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 59 - Forks: 118

charlesng/SampleAppArch
Sample Application using the app architecture
Language: Kotlin - Size: 3.31 MB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 43 - Forks: 7

jarroyoesp/TDDWeatherApp
Android App trying to apply TDD and using MVVM, Kotlin Coroutines
Language: Kotlin - Size: 741 KB - Last synced at: 2 months ago - Pushed at: about 6 years ago - Stars: 39 - Forks: 8

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.
Language: Kotlin - Size: 339 KB - Last synced at: about 2 months ago - Pushed at: almost 2 years ago - Stars: 33 - Forks: 4

husaynhakeem/Android-Room-CRUD-Sample
Recommended architecture by Android - Room
Language: Java - Size: 132 KB - Last synced at: 16 days ago - Pushed at: almost 8 years ago - Stars: 26 - Forks: 14

shashankchandak/Expense-Manager
A Simple expense manager built using android material design and architecture components .
Language: Java - Size: 819 KB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 15 - Forks: 11

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
Language: Java - Size: 4.39 MB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 14 - Forks: 7

gautam84/xPense
๐ต A simple expense tracker app created using MVVM architecture pattern. Built using Android-Jetpack Compose and Room.
Language: Kotlin - Size: 372 KB - Last synced at: about 2 months ago - Pushed at: almost 2 years ago - Stars: 9 - Forks: 1

wellingtoncosta/android-databinding-playground
A playground app about using Android Data Binding Library.
Language: Kotlin - Size: 147 KB - Last synced at: almost 2 years ago - Pushed at: almost 7 years ago - Stars: 8 - Forks: 3

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
Language: Kotlin - Size: 16.6 MB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 5 - Forks: 1

LincolnStuart/pokedex
Android project based on PokeAPI. ๐ ๐ค
Language: Java - Size: 317 KB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 5 - Forks: 0

nbadiganti/ANDROID-MVVM-Boilerplate-project
It helps you to understand MVVM structure in android using ROOM, LiveDate, Database or API repository
Language: Java - Size: 176 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 0

gautam84/MusicX
๐ถSimple music player to explore music in the local storage.
Language: Kotlin - Size: 1.27 MB - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 0

ArchitectAK/RoomRxKotlin-Android
Sample Application to demonstrate use of Room with RxJava/RxKotlin
Language: Kotlin - Size: 127 KB - Last synced at: 6 months ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 0

rameshkec85/RoomDemo
Android Room Library (Database) Demo
Language: Java - Size: 120 KB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 2 - Forks: 0

zabi90/android-boilerplate
This is a boilerplate project for android app.
Language: Kotlin - Size: 243 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

s12u/android-room-paging-livedata
Language: Kotlin - Size: 1.08 MB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

AtheeshRathnaweera/An-Android-Project-by-using-Android-Room-View-Model-Live-Data-libraries
Hands on in Android Room, View Model and Live data libraries
Language: Java - Size: 143 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

lukegjpotter/BikeRacingIreland-AndroidApp
An Android app that will display the Bicycle Races in Ireland that are on the CyclingIreland Calendar.
Language: Java - Size: 339 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 3

DamianRincon/Android_Room_Example
In this application a small example of a CRUD is done using the Room persistence library.
Language: Java - Size: 132 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

llRizvanll/NoteTaker
Note taker basic app
Language: Java - Size: 17.5 MB - Last synced at: 2 months ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 0

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
Language: Java - Size: 130 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 2

Saranomy/DemoRoom
Demo of how to use Room on Android completed with androidTest
Language: Kotlin - Size: 129 KB - Last synced at: 9 days ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

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.
Language: Java - Size: 129 KB - Last synced at: 3 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

Sithira/Simple-Android-Event-Manager
A Simple Event manager using android, SQLite and Android Room
Language: Java - Size: 129 KB - Last synced at: about 2 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

sachaarbonel/PersistenceContentProviderSample
Forked from googlesamples/android-architecture-components
Language: Java - Size: 94.7 KB - Last synced at: 1 day ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0
