My first little application
So after spending some time playing around with the iPhone SDK I have written my first application "ToDo Lists". It is a simple tool for managing todo lists.
After wasting amounts of paper to write down todo list, having them at several places (digital and non digital) I wanted to have a simple solution that is always available and can be edited any time.
Result is this little application.
Summary of features:
- Manage ToDo lists (Create, Edit, Delete)
- A ToDo list has a titel and list of todo items.
- The percentage of completion is calculated based on the Items which are done.
- Manage ToDo Items (Create, Edit, Delete)
- A ToDo Item has a titel and a description
- Can be marked as “ToDo” or “Done”
Screenshots:
Main view, all todo lists

Item view, all items of a todo list

Create a todo list, create a todo list item

Planned features for the next version:
I think about adding a due date for a todo list or an item and syncronising it with the calendar for getting an automatic reminder and to add something like categories to a todo list.





