Skip to content

The following application demonstrate the use of Room library which is part of Jetpack. According to the documentation "The Room persistence library provides an abstraction layer over SQLite to allow for more robust database access while harnessing the full power of SQLite."

License

Notifications You must be signed in to change notification settings

claykabongok/RoomAppTodoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Room App: TodoList

The following application demonstrate the use of Room library which is part of Jetpack. According to the documentation "The Room persistence library provides an abstraction layer over SQLite to allow for more robust database access while harnessing the full power of SQLite."

The application allow users to perform the following operation: Insert, Update, Select and Delete by interact with This todo list Application.

Concepts used in this Application

Application Demo:

Empty List

Demo screen

Add new Item:

Demo screen

Demo screen

Demo screen

Update Item

Demo screen

Demo screen

Demo screen

Swipe to delete

Demo screen

Demo screen

Demo screen

About

The following application demonstrate the use of Room library which is part of Jetpack. According to the documentation "The Room persistence library provides an abstraction layer over SQLite to allow for more robust database access while harnessing the full power of SQLite."

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages