This is an Android demo application for simple TODO list. See the CodePath Pre-work for a step-by-step tutorial.
Time spent: 4 hours spent in total
Completed user stories:
- Required: User can view a list of todo items and can add, remove items from the todo list.
- Required: User can click on a todo item in the list to bring up a new activity to edit and save item.
- Required: User's todo items are persisted in a file and is retrieved on app restart.
Notes:
Spent some time on adding .gitignore file.
Walkthrough of all user stories:
GIF created with LiceCap.
