views:

27

answers:

0

I would like to know how I can display a HTML page in webview with references to relative/local images. The goal is to have the html page and all linked images contained in the android application package itself.

Where would I need to place the assets (assets directory?) and how do I reference these so they load into the webview?

Thanx! Sven