imranhussain546 / Room-database-Repo

A Quick Sample to demonstrate how to implement Room Database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Room-database

A simple CURD operation on Room-database and show the data in RecyclerView with cardview

Using Gradle

You can just add the dependency like below dependencies {

implementation 'androidx.room:room-runtime:2.2.5' annotationProcessor 'androidx.room:room-compiler:2.2.5' }

Requests for commons tasks

  • Insert data
  • Fetch data and show in listview
  • Update
  • Delete

About

A Quick Sample to demonstrate how to implement Room Database.


Languages

Language:Java 100.0%