This is an Android TODO demo application for displaying the version 2 feature set as required.
Completed user stories:
- Required: User can add/edit/remove items from the list and save the list to sqlLite db in place of text file
- Persist the todo items into SQLite instead of a text file
- Improved style todo item list using a custom adapter
- Due dates for todo items (and display within listview item)
- Using DialogFragment
- Add support for setting the priority of Todos (TBD: Can use some more work)
- Minor Improvements in the UI / UX, with colors, images (more TBD)
TODO:
- Improve UI and
- Change priority style to just range of 1-10,
- Allow sorting of todo based on date or priority
- Ability to set custom Image or audio file for Todo
- Set reminder based on Todo Date/time
Walkthrough of all user stories:
Previous version
This is an Android TODO demo application for displaying the version 1 feature set as required.
Completed user stories:
- Required: User can add/edit/remove items from the list
- Required: Users input added to the list are save & retrived
- Optional: Prevent empty entries in the list
- Optional: Allow scrolling of list.
- Optional: Scroll to the end of list when a new item is added
TODO: Control to user to defined color & fonts of the items in the list?