Friday, January 14, 2011

My first independent IPhone app!

Tried programming a simple IPhone app all on my own since yesterday, and I feel quite accomplished and satisfied because I managed to come up with something that works pretty decently ^.^

Started off with a "TabBar" template and modified it until it looks like this.

What I practised while coding this application was:
1) <UITableViewDataSource,UITableViewDelegate>
2) How to connect UIViewController to View objects
3) How to load a web image into a UIImageView

It was fun! :)

First View when app is loaded. User can click on any of the rows. Uses UITableView

Displays an image loaded from web

No comments:

Post a Comment