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
- Host: GitHub
- URL: https://github.com/llrizvanll/notetaker
- Owner: llRizvanll
- Created: 2018-07-12T02:45:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-12T03:34:45.000Z (almost 7 years ago)
- Last Synced: 2025-02-15T04:25:04.301Z (3 months ago)
- Topics: android, android-room-persistence-library, architecture-components, checklist, java, room
- Language: Java
- Size: 17.5 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
screen1
screen2
screen3