This is an Android application for a Simple To Do list app.
Time spent: 30 hours spent in total including fixing environment issues.
Completed user stories:
- Required: User can add new items to the to-do list.
- Required: User can double click on an item to remove the item from list.
- Required: User can click on an item to edit it and save the item in the list.
- Optional: Null checks for empty input by displaying alert
- Optional: Added support for completion due dates for items
- Optional: Customized list view to show due date
- Optional: Added support for priority for items by due date
- Optional: Used SQLite instead of text file
- Optional: Added support to show over due items in red
Walkthrough of all user stories:
Gif Image
