This is an Android demo application for managing todos. You can add todo by entering the new todo item and press add at the bottom. You can delete a todo by a long click on any of the todo. Editing is done by short click on any todo and you can modify the content of that particular todo and click save.
Time spent: 2 hours spent in total
Completed user stories:
- Required: User can view a list of todos
- Required: User can add a new todo
- Required: todos are persisted in a flat file
- Required: User can edit any todo
- Required: User can delete any todo
- Suggested: Improve style of the todo items in the list using a custom adapter
- Suggested: Use a DialogFragment instead of new Activity for editing items
Walkthrough of all user stories:
Suggested Feature
GIF created with LiceCap.