Todo Codepath pre-work
This is an Android app that implements a persistent, editable todo list.
Time spent: 2 hours spent in total
Completed user stories:
- [x] Required: User can add and delete todo items
- [x] Required: Todo list is persisted across application restart
- [x] Required: User can start a second activity to edit list items
- [x] Suggested: Use SQLite for storage
- [x] Suggested: Use a custom adapter for the list view
- [x] Suggested: Use a dialog fragment for editing (used to edit due date and time)
- [x] Suggested: Add priority
- [x] Suggested: Play with colors and background (round shapes)
- [x] Add a button to the custom adapter view to remove items
Walkthrough of all user stories:
GIF created with LiceCap.