Skip to content

corerd/phonegap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhoneGap

PhoneGap is a web platform that exposes native mobile device apis and data to JavaScript. PhoneGap is a distribution of Apache Cordova.

Get Started

Getting Started Guides

How to add PhoneGap in Visual Studio project templates

This distribution includes a ready to use Visual Studio project template.

However, is still required a bit of manual operations:

  • Locate the folder where you expanded the PhoneGap distribution, that is cordova-X.Y.Z (where X, Y and Z represent the version number of your Cordova).
  • Zip the all content of the \lib\windows8\template sub folder.
  • Move this zip file to \path\to\your\Documents\Visual Studio 2012\Templates\ProjectTemplates\JavaScript\ folder.

When you open a new instance of Visual Studio 2012 and select File->New->Project, you will see the PhoneGap project template.

Community

Directory Structure

  |-doc/ ........... source documentation
  |-lib/ ........... platform code for supported operating systems
  | |-android/
  | |-bada/
  | |-blackberry/
  | |-ios/
  | |-symbian/
  | |-webos/
  | |-windows-phone-7
  | |-windows-phone-8
  | |-windows8/
  |-changelog ..... a changelog compiled from comments and authors
  |-license ....... the Apache Software License v2
  |-version ....... release version in plain text
  '-readme.md ..... release readme

About

access core functions on Android, iPhone and Blackberry using JavaScript

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 74.5%
  • C# 9.6%
  • Objective-C 7.1%
  • Java 6.9%
  • C++ 0.9%
  • Shell 0.6%
  • Other 0.4%