How can I reference a file in my drawable folder to put in WebView in android?

Posted by Thomas Johnson on Stack Overflow See other posts from Stack Overflow or by Thomas Johnson
Published on 2010-05-19T23:02:05Z Indexed on 2010/05/19 23:10 UTC
Read the original article Hit count: 224

Filed under:
|
|
|
|

For example, I want to make an image appear in webview to utilize the zoom functions. I would use this line of code:

this.myWebView.loadUrl("file://");

I just need to know what to put after file to reference the image.

© Stack Overflow or respective owner

Related posts about file

Related posts about reference