This is the Simple TODO starter app for the CodePath Android Course.
Timespent: 3 hours
Completed user stories:
- Required: User can view a list of saved todo items
- Required: User can add items to the todo list
- Required: User can remove items from the todo list
- Required: User can edit items from the todo list
Extensions:
- Suggested: Persist the todo items using SQLite and SugarORM
- Suggested: Improve style of the todo items in the list using a custom adapter
- Suggested: Add support for completion due dates for todo items (and display within listview item)
- Suggested: Use a DialogFragment instead of new Activity for editing items
Walkthrough of all user stories: