A simple CURD operation on Room-database and show the data in RecyclerView with cardview
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' }
- Insert data
- Fetch data and show in listview
- Update
- Delete