This is a sample TODO application. It has the ability to:
- Add an item to the list
- Edit item in the list
- Store the item list in a file and load upon launch
You can view the Screencast here: https://www.screenr.com/aFuN
Know issues:
- If you create a multiline item, when app reloads this list from the file, each line appears as a seperate item.
Todo: Use sqlLite Fix above bug