Reputation: 1812
I have found zillions of tutorials that none of them was clarifying all information to get started easily with phonegap. And phonegap documentation it self is pretty confusing and bulky. However, my request is: A simple tutorial to build jquerymobile web project with phone gap without any extra SDK's And how to get the debug and release keys for app stores..
Thanks in advance
Upvotes: 10
Views: 16162
Reputation: 246
Since PhoneGap is evolving every day, I would like to add a few more links to this answer.
Nowadays, you can use Cordova (aka PhoneGap) with any modern web framework such as Angular, React, Vue JS instead of JQuery mobile
Reference Links:
Upvotes: 0
Reputation: 3793
Here are two another tutorials from the end of 2014.
Phonegap / Cordova - iOS Tutorial
Phonegap / Cordova - Android Tutorial
If you need more information about those guides - let me know.
Upvotes: 0
Reputation: 45124
A good place to start PhoneGap would be this step by step tutorial. How to install/run PhoneGap on Ubuntu, Step by step guide.
Upvotes: 0
Reputation: 57309
Here's a line by line tutorial: http://www.gajotres.net/building-a-native-mobile-app-with-phonegap-and-jquery-mobile-1-4/
If you need MaxOS version you can find it here: http://www.gajotres.net/creating-phonegap-project-on-macos/
It is my personal blog but there's no point in writing it everything here. Feel free to ask me if you have more questions.
Upvotes: 9
Reputation: 31
Well it doesn't use jQuery but I have quite a step-by-step PhoneGap tutorial for beginners up at https://github.com/drappenheimer/phonegap-by-dissection
It makes no assumptions, and the end result is an actual app! (https://play.google.com/store/apps/details?id=com.drappenheimer.japxlate)
Upvotes: 3