Hi. I have files with inner binary format and read HTML from them. HTML also may contains a images, but I can't save this images to temp files for load by WebView. Now I solve this problem by encoding image binary content by base64 and insert as inline image in img tag, but this method is too slow on big images. I want to override some WebView's method to load images from my streams or byte array (byte[]), but I didn't find suitable method. What can you to suggest me? Thanks in advance.
P.S. Sorry for my bad english, I'm from Russia :) -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

