Skip to content

Clogogo/AndroidNoteApp

Repository files navigation

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]

Introduction

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages