[android-developers] How to mix external and local content in WebView?

2009-10-12 Thread mroulias
Hi, I am trying to create a hybrid Android app which pulls html content from a web server and renders it in a WebView. However, I also want the external html to be able to reference images that are packaged within the android app. I realize that currently it is not possible to do something like

[android-developers] WebView Load External HTML / Show Local Images

2009-10-11 Thread mroulias
I'm a trying to do the following thing, but can't seem to find any resources on how to do this exact thing or if it's even possible I want to be able to create an app that uses WebView to request a url from an external web application which returns html and css that references images that