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.