To Do List App


This is an Android demo application for managing Todo items: add, edit, and delete items.

Time spent: 90 min spent in total


Completed user stories:


Required: User add todo items one-by-one.
Required: User can delete a todo item by long clicking on an item.
Required: User can edit a todo item by clicking on an item.
Required: User can persist todo items and retrieve them properly on app restart.