Skip to content

nitish-nanda/local-batabase-android

Repository files navigation

local-batabase-android

Example of the local database using the new room Persistence library (simply say SQLite). In this demo I will perform all the basic DB operations like ADD, DELETE, UPDATE.

Also, I use ExecutorService instead of Async Task because it gets depreciated in android API level 30.

Usage

Screenrecording-20200731-112739

for detail information

Checkout this developer documentation https://developer.android.com/topic/libraries/architecture/room

How to save data in local database check this link https://developer.android.com/training/data-storage/room

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages