Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am new to Phonegap , and going to the webpage there is a confusion. Even that I figured it out now, Apache Cordova is the open source projet` and Phonegap a distribution.

My question is, there is no book apart the official documents for Apache Cordova but there is one I am reading from Apress for phonegap. Does this mean that the book is useless now, and I only can read from the online documentation?

share|improve this question

closed as off topic by Will Mar 20 at 19:23

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

up vote 7 down vote accepted

Phonegap is built on Apache Cordova, both share the same license ASF license (phonegap license).

Phonegap in addition give you some more services like the automatized build of the app on their cloud (Phonegap build) by uploading the archived source code or by pulling it from a github repository. You can also create a hydrated version of your app, in other words your application gets wrapped inside another app that check for updates directly from your cloud's account, super useful during the development.

So, to answer your question, I guess the key point is the version of Cordova / Phonegap your book talks about. There aren't significant differences in the api from one project to the other. But, as stated before, Phonegap/Cordova is an evolving framework so expect differences from one release to the other.

share|improve this answer
Thank you so much for your answers. – Daiman Loks Jan 18 at 18:06

Not the answer you're looking for? Browse other questions tagged or ask your own question.