Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Difference between DXTREME and PhoneGap

Can anyone help me with what are the differences between DXTREME and PhoneGap?

like image 361
radin_ehsan Avatar asked Jan 02 '13 10:01

radin_ehsan


3 Answers

Phonegap is free With phonegap you can build hybrid apps (apps you can sell on the app stores and access to native capabilities)

DevExtreme is just for creating webapps or web sites, and it can be combined with phonegap.

So they are completely different things, but they can be combined.

EDIT: Now DevExtreme has built in phonegap integration: http://js.devexpress.com/MobileDevelopment/StoreReadyApps/

like image 122
jcesarmobile Avatar answered Oct 10 '22 10:10

jcesarmobile


DXTREME includes PhoneJS and ChartJS frameworks as well as Visual Studio 2010/2012 intergration tools (http://help.devexpress.com/DXTREME).

PhoneGap is a framework allowing you to access native device capabilities (accelerometer, camera, etc.) from JavaScript.

You can build native packages (iOS/Android) directly from Visual Studio with DXTREME installed (http://help.devexpress.com/DevExtreme/Howto/Packaging#Build_Package_for_Android).

You can also create a zip file ready for PhoneGap Build (since the 13.1 release).

like image 30
TSV Avatar answered Oct 10 '22 11:10

TSV


DXTREME is a product of DevExpress which is built on PhoneJS and ChartJS which are Javascript Libraries. DXTREME have their own Templates which can be integrated with Visual Studio. DXTREME also provides various Widgets that can be utilized. Moreover you can develop many types of Hybrid Apps with DXTREME which can also be called as Cross Platform Mobile App. DXTREME supports Knockout JS, which means you can have MVVM pattern for UI Development.

But with DXTREME, you cannot utilize Device Hardware and thats where Phonegap comes in picture. Phonegap provides API with the help of which the DXTREME can access Device Hardware. Phonegap is an Free and Open Source Framework that is used to develop Cross Platform Mobile Apps using Standardise Web API's.

like image 44
Ankit Prajapati Avatar answered Oct 10 '22 09:10

Ankit Prajapati