There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
This repository consists of basic implementation of the Room Library from the Android Architecture Components. Here you'll see how you can interact with the database and perform basic tasks like Insertion, Deletion and Updation. We have used LiveData, RxJava and Coroutines to observe changes.