About MyToDo
MyToDo is an android app that allows building a todo list and basic todo items management functionality including adding new items, editing and deleting an existing item.
User Stories:
User can successfully add and remove items from the todo list
User can tap a todo item in the list and bring up an edit screen for the todo item and then have any changes to the text reflected in the todo list.
User can persist todo items into SQLite and retrieve them properly on app restart
User can select the priority of each todo item (and display in listview item)