PhoneGap is an open-source framework that can turn any web app into a native app for iPhone, BlackBerry and Android. It pulls off this trick by running your web code in a UIWebView, an embedded instance of Safari without the toolbars and buttons of the standalone Safari app. PhoneGap then extends this basic functionality by mapping features of the iPhone SDK to JavaScript objects you can call in your web code, so you can easily add features like GPS, camera, contacts, vibration, SQLLite and accelerometer support. And when you’re ready to distribute your app, PhoneGap 0.80 is Apple-approved!
Included in the PhoneGap distribution is everything you need to build and run an iPhone app. The included XCode project is bundled with a sample code showing how to use many of the native features, and all the supporting files necessary to compile the app and run it in the iPhone Simulator or on your phone.
via The Easiest Way to Build your First iPhone App | Nettuts+.

Posted on January 29th, 2010 at 2:43 pm by admin
0