Difference between revisions of "Mobile apps/PhoneGap"

From Adam Meola - wiki
Jump to navigation Jump to search
(Created page with "PhoneGap is a developer friendly implementation of Cordova. Mobile_apps")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
PhoneGap is a developer friendly implementation of [[Mobile_apps/cordova | Cordova]].
 
PhoneGap is a developer friendly implementation of [[Mobile_apps/cordova | Cordova]].
  
Mobile_apps
+
To my knowledge, there's nothing you can do with phonegap that you can't do with [[Mobile_apps/cordova | Cordova]].
 +
 
 +
In general though, most things will be easier with Phonegap.
 +
 
 +
 
 +
Phonegap is:
 +
:* Owned by Adobe
 +
:* a set of developer tools
 +
:* a fairly rich ecosystem of plugins
 +
::* for accessing any APIs and code re-use
 +
:* a build service
 +
::* you send your source code to their servers, and their servers send you back a compiled app.
 +
 
 +
 
 +
 
 +
<strong>That last point may be a deal breaker, given the business rules that you're required to meet.  If that's the case, Use a[[NoCategory/PWAs | PWA]], [[Mobile_apps/cordova | Cordova]], React Native, the like, or a truly native framework</strong>

Latest revision as of 20:53, 3 September 2020

PhoneGap is a developer friendly implementation of Cordova.

To my knowledge, there's nothing you can do with phonegap that you can't do with Cordova.

In general though, most things will be easier with Phonegap.


Phonegap is:

  • Owned by Adobe
  • a set of developer tools
  • a fairly rich ecosystem of plugins
  • for accessing any APIs and code re-use
  • a build service
  • you send your source code to their servers, and their servers send you back a compiled app.


That last point may be a deal breaker, given the business rules that you're required to meet. If that's the case, Use a PWA, Cordova, React Native, the like, or a truly native framework