Skip to main content

Posts

Showing posts from February, 2014

iOS - Simple to-do application development

After a long time, I had some good time to study native iOS development and developed simple to-do application by following a tutorial present in iOS developer library . The source code is available in  githup repository and don't worry about modifying the source code. Currently this application doesn't store our to-do items permanently. Probably my next change should be storing our to-do list in database. Now if you kill the application the data will be lost :)