Please take a look at my html5 JunglePerformer here: http://3nportal.com/temp/jp
I wrapped that into Android webview (.apk here: http://3nportal.com/temp/jp/jp.apk ) yielding much smaller .apk
The two boxes on top left/right are for touch/mouse buttons (I was lazy and didn't add in images).
However, as you notice, on Android performance is slow because its communicating with files over the net.
This is why I wanted to wrap the files locally into .apk
-Hossein.