Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.37 KB

README.md

File metadata and controls

45 lines (26 loc) · 1.37 KB

To-Do List Manager

created by Jay Tolention (01 Oct 2014)

This is an Android demo application for managing to-do items.

Completed user stories:

  • Required: User can create and add a new task to the list.
  • Required: User can edit a task's text description.
  • Required: User can delete a task.
  • Optional: User can complete a task by checking it off.

Notes: Task data, including task completion status, persists after closing app.

User Story Walkthrough

User can create and add a new task to the list.


User can edit a task's text description.


User can delete a task.


User can complete a task by checking it off. (Note: Data persists after shutting down app.)


All user stories

GIFs created with LiceCap