An open API service indexing awesome lists of open source software.

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

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 10000

Default pass (edit pom.xml)
touchkit-demo
touchkit-demo

- Create the signed apk, after generating the above key run:
$ mvn clean package -Psign