https://github.com/manolo/touchkit-demo-droid-bundle
touchkit-demo-droid-bundle
https://github.com/manolo/touchkit-demo-droid-bundle
Last synced: 4 months ago
JSON representation
touchkit-demo-droid-bundle
- Host: GitHub
- URL: https://github.com/manolo/touchkit-demo-droid-bundle
- Owner: manolo
- Created: 2014-05-16T08:31:04.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-16T08:38:38.000Z (about 11 years ago)
- Last Synced: 2024-12-30T18:38:14.235Z (6 months ago)
- Language: JavaScript
- Size: 1.85 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
An Vaadin Touchkit example project for android including the widgetset and
the code necesary for loading it from the device.- Copy your widgetset to assets/www/VAADIN
- Set your widgetset name in assets/www/index.html
- Set the url of your app in assets/www/index.html
- Create the unsigned apk
$ mvn clean package- Generate key (you have to do this once)
$ keytool -genkey -v -keystore touchkit-demo.ks -alias touchkit-demo -keyalg RSA -keysize 2048 -validity 10000Default pass (edit pom.xml)
touchkit-demo
touchkit-demo- Create the signed apk, after generating the above key run:
$ mvn clean package -Psign