ApacheCordova: Difference between revisions

From Wiki RB4
(Created page with "==Introduction== Apache Cordova is a set of device APIs that allow a mobile app developer to access native device function such as the camera or accelerometer from JavaScript. Co...")
 
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:


==Ressources==
==Ressources==
* [[http://cordova.apache.org/|Home]]
* [http://cordova.apache.org/ Homepage]

Latest revision as of 11:19, 14 April 2014

Introduction[edit]

Apache Cordova is a set of device APIs that allow a mobile app developer to access native device function such as the camera or accelerometer from JavaScript. Combined with a UI framework such as jQuery Mobile or Dojo Mobile or Sencha Touch, this allows a smartphone app to be developed with just HTML, CSS, and JavaScript.

Ressources[edit]