An open API service indexing awesome lists of open source software.

https://github.com/llrizvanll/notetaker

Note taker basic app
https://github.com/llrizvanll/notetaker

android android-room-persistence-library architecture-components checklist java room

Last synced: 22 days ago
JSON representation

Note taker basic app

Awesome Lists containing this project

README

        

# NoteTaker
Note taker basic app
App with the following functionality:
1. Basic checklist app that allows the user to add , delete and check off items from a single list.
2. The checklist must initially be populated with a list of default items.
3. User must be able to check off items or uncheck mistakenly checked items.
4. User must be able to delete items from the list by clicking on delete button.
5. state of the list and items be saved.

App Specifications :
1. All unchecked items appear at the top of the list, and all checked items appear at the bottom of the list.
2. The list reordered every time there is any change in state.


Architecture of App : MVP

Android Architecture Components used : Room

screen1screen2screen3