Sample app written in Kotlin demonstrating the use of ROOM with LiveData and performing operations like
- Inserting data
- Reading data
- Updating data
- Deleting data
- Learn how to use Room Persistence Library in your android project
- Learn the use of LiveData along with Room
- Learn about Coroutines and suspend functions
- Learn the use of ViewModel
- Learn how to build a good architecture for your project
Found something that can be improved? Fork, work on a module, make a pull request. Will be more than happy to merge :)
This repo consists of all the fundamental apps demonstrating concepts and implementation in Android development using Kotlin.