Skip to content
Archive of posts tagged iPhone

Personal Updates

It’s really hard to come back and write blog post after a long break. I am wondering for a long time what to blog and decided I will do a short summary. Visited Riyadh in Saudi Arabia for client meeting Had an one week vacation to Chennai for EID Visited Trivandrum Flip office for a [...]

Buying an iPhone 3GS with du eShop in Dubai

Since the launch of iPhone 3GS by Apple I was waiting for this day. I was really excited to hear that iPhone 3GS was coming to Dubai through du. Du announced that iPhone can be booked online with their online shopping portal with a booking fee of 200 Dirhams. So I made the online booking [...]

Add UIActivityIndicatorView to UINavigationBar

For me it took sometime to figure out how to show activity indicator in the navigation bar. Later I found it was very simple. When you push a view to the navigation you get to play with navigationItem property on the view that is being pushed. In your viewWillAppear method you can add this code. [...]

Free 2GB online storage space – SugarSync

Recently I bought an online storage space here at SugarSync. Here are some of the features Online backup Multi-computer sync (Mac and Windows) Remote access Mobile phone access (iPhone, Blackberry and Windows Mobile) Music & photos Sharing Data security . I am being honest with you. I get bonus space if someone registers using my [...]

iPhone RSS Reader Application with source code

I am really happy to release my first iPhone application source. This is a simple RSS reader application and it loads the latest news from BBC. While doing this application I got to learn and to get a rough idea bout the following How basic iPhone application works View & view controllers Tableviews, Tableview Datasource [...]

To learn Cocoa (Objective-C) / iPhone programming

Now I am a comfortable Mac OS X user. More than a user I am a huge fan of it. I was a power user of Windows and I used to write system software using Visual Basic and Visual C++. To be honest I was big fan of Win32 API. Mostly I create lot of [...]