Learning PhoneGap on iPhone

Submitted by jeff on Wed, 04/08/2009 - 02:38.

I’ve been wanting to create an iPhone application for the last few months but I haven’t had the time or the intellect to figure out Objective C. However, I do know a little HTML, javaScript, and other web application related languages.

Enter PhoneGap. PhoneGap is an abstraction layer that allows you to port web applications to be iPhone, Android, and Blackberry native applications with JavaScript and HTML. These web applications can either require connectivity or be standalone applications.

The documentation for PhoneGap is limited and incomplete. I hope to document my experiences with PhoneGap here, so that we can learn how to use PhoneGap together.

The wiki has some simple tutorials but they don’t fully explain how it all works. Building a self-contained Application is the best example I found so far. I hope to add more info here as I learn more about the system.