I have a list adapter to show content frm my social network, i need to put inside the text the img tags, i've tried using Html.fromhtml and it's formatting the text but instead of shows the img it shows a gray square.
How can i achieve that? I'v read about ImageGetter but i still don't have it very clear.
Thanks
You can draw an
Image
inTextView
using theHtml
img tag
withHtml.ImageGetter
. But make sure your image is available inresource drawable
folderHere is a sample , The image will be loaded from the resource.