Simple ToDo application for Android
This is a simple todo application for Android. This appication allows users to add todo items into the list. In addition to adding the items, it also allows users to delete the todo and edit the todo items.
Add Item:
- Enter the item into text box.
- Click on "Add Item".
- User should see the item in the list.
Delete/Remove Item:
- Click and hold the item to delete.
- Relese once the item is deleted/removed from the list.
Edit Item:
- Click on item to edit.
- Edit the item.
- Click on "Save"
- User should see the edited item on the list at same location.
![Alt tag] (https://github.com/hshukla/SimpleToDo/blob/master/SimpleTodoApp.gif)