An open API service indexing awesome lists of open source software.

https://github.com/pedromassango/android-room-database-sample

Android Studio Room Database Sample
https://github.com/pedromassango/android-room-database-sample

android-app jetpack jetpack-navigation livedata paging-library room room-database room-persistence-library roomdatabase

Last synced: 6 months ago
JSON representation

Android Studio Room Database Sample

Awesome Lists containing this project

README

          

# Android Room Database
Repository with another Room Database exercise.
It is an phrase app, where the user can add and save their favorite phrases.

### Library Used

- [x] Room Database
- [x] ViewModel
- [x] LiveData
- [x] Paging Library