Skip to content

Latest commit

 

History

History
67 lines (44 loc) · 1.68 KB

README.md

File metadata and controls

67 lines (44 loc) · 1.68 KB

PhoneGap

PhoneGap is a development tool that allows web developers to take advantage of the core features in the iPhone and Android SDK using JavaScript.

Get Started

Download the source.

git clone git://github.com/sintaxi/phonegap.git

PhoneGap project is separated into a native project for each device, javascript files and a rakefile.

phonegap
  |- README.md
  |- Rakefile
  |- android/
  |- blackberry/
  |- iphone/
  `- javascripts/

Each project has a respective README.md file. view that file for detailed information on how to work with that device. PhoneGap offers one unified API for accessing core functionality on all devices. Where possible, phonegap follows the HTML5 spec.

API

Device

Location

Accelerometer

Contacts

Orientation

Camera

Vibrate

Sound

XUI

You may work with any Javascript framework within a PhoneGap application. XUI is the "officially preferred" framework of the phonegap core team. XUI is inspired by JQuery, optimized for web browsers and weighs in at 6.2k.

Community