3# Note taking app with android Room library
The Room library acts as an abstract layer for underlying SQLite database.
To get started with room database implementation follow:
[Making a Notes App Using Room Database]
Room is a part of android framework to enhance the database integration with the support of android component to follow the best practices for database oriented apps. Room architecture can be defined as
Notepapp demonstrates the CRUD operations to perform:
-
Retrieve and display list using recyclerview
-
Insert, Update and Delete note records from database