claykabongok / RoomAppTodoList

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."

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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."

License:MIT License


Languages

Language:Java 100.0%