= Android Mobile Sample App
This is a very simple app, that uses a webview. It's part of this tutorial.
Note: to build the apk, two additional files are needed:
- twisterd:
Get 'VirtualBox image to compile twister for Android' http://twister.net.co/?p=449 compile native 'twisterd' arm executable.
$ zip twisterd.zip twisterd
$ cp twisterd.zip res/raw/bin.mp3
- twister-html:
$ cd twister-html
$ git archive --format zip --output ../twister-webview-app/res/raw/html.mp3 master
- build it:
$ ant debug