Hi all.

I have a WebView where I embed an image in the HTML:

pageContent += "<img src=\"" + item.getImage() + "\" class=\"thumb\"
align=\"right\">";

However I already have the image cached in memory, which can be called
via a static method to return a Bitmap.

Is there a way I can call the cached Bitmap to go in the 'src' tag?
The method getImage currently returns the full URL of the image.

Thanks.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to