Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 728 Bytes

File metadata and controls

21 lines (16 loc) · 728 Bytes

Simple-ToDo

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:

  1. Enter the item into text box.
  2. Click on "Add Item".
  3. User should see the item in the list.

Delete/Remove Item:

  1. Click and hold the item to delete.
  2. Relese once the item is deleted/removed from the list.

Edit Item:

  1. Click on item to edit.
  2. Edit the item.
  3. Click on "Save"
  4. User should see the edited item on the list at same location.

![Alt tag] (https://github.com/hshukla/SimpleToDo/blob/master/SimpleTodoApp.gif)