Skip to content

manolo/vaadin-touchkit-phonegap-cordova-start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Vaadin Cordova (Phonegap) Application

A Parking Demo application for Vaadin Framework + Touchkit + Cordova

Usage

Desktop

In your browser, open the file:

/www/index.html

Or install the Parking app in your mobile.

QR

PhoneGap Build

Login into the Adobe Phonegap Build site and create a new app with the following repository:

https://github.com/manolo/vaadin-cordova-start.git

Updating the Application

1. Update the logo of the app

$ cp your_app_icon.png  www/icon.png

2. Update www/index.html

Change the page title:

    <title>Parking</title>

Change the url of your app:

    window.vaadinAppUrl = 'http://hupa.app.fi/parking'

3. Update www/config.xml

Change the Id of your app and your version:

    id        = "com.vaadin.demo.parking"
    version   = "1.0.0"

Change The name and description:

    <name>Parking</name>
    <description>Vaadin Parking Demo.</description>

Update the phonegap-version in case:

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

Commit your changes

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

Build your App in Adobe Phonegap Build

Push on `Update code` button, then on the `Rebuild all` one

About

A Template for Vaadin Framework Apps + Touchkit + Cordova

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published