Note taker basic app App with the following functionality:
- Basic checklist app that allows the user to add , delete and check off items from a single list.
- The checklist must initially be populated with a list of default items.
- User must be able to check off items or uncheck mistakenly checked items.
- User must be able to delete items from the list by clicking on delete button.
- state of the list and items be saved.
App Specifications :
- All unchecked items appear at the top of the list, and all checked items appear at the bottom of the list.
- The list reordered every time there is any change in state.
Architecture of App : MVP
Android Architecture Components used : Room
screen1 | screen2 | screen3 |