morello-cl / aguas1-phonegap

Administrador de Aguas (PhoneGap)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PhoneGap Build Starter Application

A Hello World application to get started with PhoneGap Build.

Running the Application

Run Locally

Run Application

/www/index.html

Run Tests

/www/spec.html

Using PhoneGap Build

Create a new app with the following repository:

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

Using PhoneGap Build and nitrous.io

Setup nitrous.io in a matter of seconds:

Hack phonegap/phonegap-start on Nitrous.IO

Then run the following commands in the nitrous.io terminal:

  1. cd ~/workspace/phonegap-start
  2. npm install -g phonegap
  3. phonegap remote build android

The last command requires an Adobe ID and will build your app on PhoneGap Build.

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

Administrador de Aguas (PhoneGap)

License:Apache License 2.0


Languages

Language:CSS 49.1%Language:JavaScript 40.9%Language:Objective-C 5.9%Language:C++ 1.4%Language:C# 1.4%Language:Java 1.3%