Hello,
In my app I'm making a basic HTML help document. I wanted my app's logo in the HTML img tag itself, but I don't know how I'd reference to the logo which will be stored in assets.
Is this possible, if so how?
Thanks for the help!
Hello,
In my app I'm making a basic HTML help document. I wanted my app's logo in the HTML img tag itself, but I don't know how I'd reference to the logo which will be stored in assets.
Is this possible, if so how?
Thanks for the help!
You can reference assets with this URL syntax:
file:///android_asset/YourAssetFilename
you can try http://developerlife.com/tutorials/?p=369 and http://www.androidsnippets.org/snippets/33/