/NoteTaker

Note taker basic app

Primary LanguageJava

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