CARVIEW |
Every repository with this icon (

Every repository with this icon (

Description: | access core functions on Android, iPhone and Blackberry using JavaScript |
Homepage: | https://phonegap.com |
Clone URL: |
git://github.com/sintaxi/phonegap.git
Give this clone URL to anyone.
git clone git://github.com/sintaxi/phonegap.git
|
tree 0afc72bb9a46005c0b0b8fafd9879d9ef320adf4
parent 342676dfef74698a38534cfa0b9551fdea01867a parent d8e6c72146e5b2f3bd5b6e1d9b10047f561d717e
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Thu Apr 02 13:26:58 -0700 2009 | Updated .gitignore to skip over VIM swapfiles [NachoMan] |
![]() |
README.md | Sun Mar 01 13:51:32 -0800 2009 | updated XUI size in README [sintaxi] |
![]() |
Rakefile | Mon Apr 13 08:17:38 -0700 2009 | Separated console logging and alerts into separ... [NachoMan] |
![]() |
android/ | Thu Apr 02 13:03:37 -0700 2009 | Cleaning up the tree before merging [unknown] |
![]() |
blackberry/ | Sun Dec 14 22:02:24 -0800 2008 | file read and write capability [Dave Johnson] |
![]() |
iphone/ | Thu Apr 16 18:53:36 -0700 2009 | Moved vibrate into Notification [NachoMan] |
![]() |
javascripts/ | Fri Apr 17 13:08:01 -0700 2009 | Merge branch 'master' of git://github.com/Nacho... [sintaxi] |
![]() |
lib/ | Thu Apr 16 18:53:36 -0700 2009 | Moved vibrate into Notification [NachoMan] |
![]() |
util/ | Thu Apr 16 18:53:36 -0700 2009 | Moved vibrate into Notification [NachoMan] |
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
Telephony
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 (2.4k minified and gziped).
Community
- Website - phonegap.com
- Google Group - groups.google.com/group/phonegap
- Wiki - phonegap.pbwiki.com/
- Twitter - twitter.com/phonegap
The MIT License
Copyright (c) 2008, Rob Ellis, Brock Whitten, Brian Leroux, Joe Bowser, Dave Johnson, Nitobi
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
phonegap is a nitobi sponsored project