tsryu / tsryu-phonegap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello World PhoneGap Application bitHound Score

A Hello World application built with PhoneGap

Usage

Desktop

In your browser, open the file:

/www/index.html

PhoneGap CLI

This repository is automatically downloaded by phonegap-cli when you create a new application.

PhoneGap Build

Create a new app with the following repository:

https://github.com/phonegap/phonegap-start.git

Contributors

Updating the Application

The application is based on the Apache Cordova Hello World app.

1. Update the Source

cp cordova-app-hello-world/www www/

Do not replace www/config.xml.

Do not replace www/img/logo.png.

2. Update index.html

Replace <h1>Apache Cordova</h1> with <h1>PhoneGap</h1>.

3. Update PhoneGap Version

<preference name="phonegap-version" value="x.x.x" />

4. Commit

$ git commit -am "Version x.x.x"

5. Tag

$ git tag x.x.x

About

License:Apache License 2.0


Languages

Language:Java 41.6%Language:Objective-C 19.8%Language:C++ 11.0%Language:C# 10.9%Language:CSS 8.5%Language:JavaScript 4.0%Language:HTML 3.4%Language:QML 0.4%Language:Batchfile 0.3%Language:C 0.1%Language:PHP 0.0%