Posted :Mar 25th 2009 01:42PM by rohit
Filed under : iPhone Programming, iPhone Resources

Joe Hewitt, has released the facebook source code library in Objective C for iPhone developers. This is a real good resource for developers that are looking to integrate their iPhone applications with Facebook. Download it from here.

[source infoworld]

Posted :Mar 19th 2009 11:32AM by rohit
Filed under : iPhone Programming, iPhone Resources, iPhone UI

jQTouch is a jQuery plugin that allows development of iphone web applications with native animations and default application styles. Alpha release is available here.

Posted :Mar 19th 2009 11:30AM by rohit
Filed under : iPhone Programming, iPhone Resources

Good news for iPhone developers, Facebook has released a SDK for iPhone; Facebook Connect, that allows developers to hook up their native iPhone applications with the Facebook and take advantage of the vast facebook userbase. Download the SDK from here.

Posted :Mar 17th 2009 11:25AM by rohit
Filed under : iPhone Programming, iPhone Resources

Yes, creating native iPhone applications using common web technologies is possible now, using PhoneGap. PhoneGap is a cross platform mobile framework that lets any web developer make native iPhone, Android and Blackberry applications.

Posted :Mar 11th 2009 10:07AM by rohit
Filed under : iPhone Programming, iPhone Resources

If you have been troubled with mundane tasks like Get Today’s date while developing your iPhone applications then this tutorial is for you.

[source howtomakeiphoneapps]

Posted :Mar 3rd 2009 12:51PM by rohit
Filed under : iPhone Programming, iPhone Resources

An excellent tutorial along with code snippets for writing an OpenAL sound loader, OpenAL wrapper class and actual code to play some audio files in iPhone.

[source Gehacktes]

Posted :Feb 24th 2009 02:10PM by rohit
Filed under : iPhone Programming, iPhone Resources

A very thorough article including the source code, for loading multiple images from sites like flickr in your iphone app in an asynchronous manner, so that delay is less and user experience is quick and neat. Read it here.

Posted :Feb 21st 2009 07:49PM by rohit
Filed under : iPhone Programming, iPhone Resources

A quick and short tutorial plus code for calling mail app in iphone from your application and automatically filling in the address, subject and content. Read it here.

[source iCodeBlog]

Posted :Feb 16th 2009 01:01PM by rohit
Filed under : iPhone Programming, iPhone Resources

A very detailed article along with code samples for extending iPhone SDK UIColor class and make it more useful by Ars Technica.

Posted :Jan 31st 2009 12:10AM by shihab
Filed under : iPhone Games

 Some of the best practices given below.

1. Prefer inline function over macros, bcz macro willl bring unwanted errors.
eg: See the example of a macro to find maximum of two numbers
 
 #define MAX(a,b) (a > b) ? a : b
 suppose if we…
Older Posts