Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/itznotabug/roomdb-practise

Just a simple working example using ViewModel, LiveData, Flow & RoomDatabase
https://github.com/itznotabug/roomdb-practise

Last synced: 1 day ago
JSON representation

Just a simple working example using ViewModel, LiveData, Flow & RoomDatabase

Awesome Lists containing this project

README

        

# RoomDB-Practise
Just a simple working example using `ViewModel`, `LiveData`, `Flow` & `RoomDatabase`\
Uses the [Faker](https://github.com/DiUS/java-faker) library to generate random First & Last names.

The example simply does the **`Insert`** & **`Delete`** operation using the above mentioned Components.