Skip to content

Sample app demonstrating the use of ROOM DB with LiveData and CRUD operations.

Notifications You must be signed in to change notification settings

Develsigners/Room-Android

Repository files navigation

Room-LiveData

Sample app written in Kotlin demonstrating the use of ROOM with LiveData and performing operations like

  • Inserting data
  • Reading data
  • Updating data
  • Deleting data

📚 What you'll learn

  1. Learn how to use Room Persistence Library in your android project
  2. Learn the use of LiveData along with Room
  3. Learn about Coroutines and suspend functions
  4. Learn the use of ViewModel
  5. Learn how to build a good architecture for your project

💻 Want to contribute?

Found something that can be improved? Fork, work on a module, make a pull request. Will be more than happy to merge :)

🙋 Show some LOVE and ⭐ the repo to support the project

This repo consists of all the fundamental apps demonstrating concepts and implementation in Android development using Kotlin.

👨‍💻 Created & Maintained by

@gsrathoreniks