Forked from googlesamples/android-architecture-components
-
Updated
Dec 8, 2017 - Java
Forked from googlesamples/android-architecture-components
A Simple Event manager using android, SQLite and 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.
Demo of how to use Room on Android completed with androidTest
Hands on in Android Room, View Model and Live data libraries
In this application a small example of a CRUD is done using the Room persistence library.
An Android app that will display the Bicycle Races in Ireland that are on the CyclingIreland Calendar.
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
This is a boilerplate project for android app.
Note taker basic app
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.
Android Room Library (Database) Demo
Sample Application to demonstrate use of Room with RxJava/RxKotlin
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.
🎶Simple music player to explore music in the local storage.
It helps you to understand MVVM structure in android using ROOM, LiveDate, Database or API repository
Add a description, image, and links to the android-room-persistence-library topic page so that developers can more easily learn about it.
To associate your repository with the android-room-persistence-library topic, visit your repo's landing page and select "manage topics."