I use super.loadUrl("http://myserver.com/index.php").
So far I have all the content (js, images ...) on the webserver which works fine. However, I would like to embed larger images and javascript directly into the apk, so that the app gets faster in "low-bandwidth locations".
Is it possible to reference a local image (in the apk) from the php file? I tried
img src="file:///android_asset/www/images/image.png,
but the image is not displayed then.
Thanks for any input on this,
Dirk