What is the Difference between Apache Cordova and PhoneGap?

前端 未结 2 931
名媛妹妹
名媛妹妹 2021-01-12 19:43

Hi I need to develop a simple application which is hybrid which runs in kitkat version of android. Since it is possible with PhoneGap 3.3 I have been trying to install it. <

相关标签:
2条回答
  • 2021-01-12 20:05

    Phonegap and cordova uses almost the same repository,but they are not the same.Phonegap is build on top of cordova.

    Cordova's releases a version first and phonegap usually follows.

    The main difference between the both is that phonegap allows you to build your app online https://build.phonegap.com/

    Both have very different documentation

    Here's a link to cordova http://cordova.apache.org/docs/en/3.0.0/guide_cli_index.md.html

    And link to phonegap http://docs.phonegap.com/en/3.0.0/guide_cli_index.md.html

    If you notice the links in the phonegap plugin in the documentary,you will notice phonegap uses cordova's plugin

    Phonegap constantly plays catch up with cordova.I am a little biased towards cordova.I suggest you decide which is better for you

    0 讨论(0)
  • 2021-01-12 20:07

    PhoneGap is a distribution of Apache Cordova. You can think of Apache Cordova as the engine that powers PhoneGap, similar to how WebKit is the engine that powers Chrome or Safari.

    For more details you can read these blogs

    PhoneGap, Cordova, and what’s in a name?

    And this question on stackoverflow

    Is there a difference between PhoneGap and Cordova commands?

    0 讨论(0)
提交回复
热议问题