Building an iOS and Android HTML5 App with Cordova – Part 1

  • July 15, 2012 12:04pm CST
  • Posted by Neil Goodman

This is the first part in my tutorial series on Cordova (aka PhoneGap). I will be focusing on targeting Android and iOS, but I may extend this to Windows Phone in the near future. I'm not sure how long this tutorial will be, but it will be a long one, so please have patience with me while I write this in my spare time.

This part of the tutorial is going to cover how to organize the folder layout of the project, how to create the Android project, how to create the iOS project, and the various JavaScript libraries that will be used.

All of the code for this tutorial can be found on GitHub here: https://github.com/posco2k8/photo-mapper. I will be maintaining this single repository for the entire series. The code for this part will be in the TutorialPart1 tag.