If I'm loading a WebView with an HTML document directly (no web server) using WebView.loadData() is there a way for that document to reference local images? If so where do I place them, and how do I reference them?
Or alternatively is there a way to easily encode and embed bitmaps into the HTML document?
I need to display local HTML documents that include images and I'd like to avoid setting up a remote server to serve the resources.