Skip to content

Anandhakrishnan27/Taskmakerapp

Repository files navigation

Room is an Android persistence library that is part of Google’s Android Jetpack project. Room provides an abstraction layer over SQLite to allow fluent database access while harnessing the full power of SQLite.

There are 3 major components in Room:

Database: Contains the database holder and serves as the main access point for the underlying connection to your app’s persisted, relational data.
Entity: Represents a table within the database.
DAO: Contains the methods used for accessing the database.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages