/AndroidRoom

Android example to show how to use Room to access SQLite database on device for reading and writing data. This example also shows how to use LiveData and ViewModel with Room to build reactive, well performing and easy to maintain applications.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

AndroidRoom

Android example to show how to use Room to access SQLite database on device for reading and writing data. This example also shows how to use LiveData and ViewModel with Room to build reactive, well performing and easy to maintain applications.

Links

You can read deatailed explanation about this project and Room at :

http://www.zoftino.com/android-persistence-library-room