Can any one help me out how to use Html.ImageGetter to dispaly images using html image src tag ? and example or good tutorial
The answer from kape123 certainly helped me. I was so nearly there.
The bit that's easy to miss is the call to setBounds on the Drawable. The Html.ImageGetter help documentation also provides a clue when it says:
Make sure you call setBounds() on your Drawable if it doesn't already have its bounds set.