Html.fromHtml Problem
I'm using Html.fromhtml to insert image in an editText ... but the instead of displaying the image, it displays [obj] ' the text obj inside a square' what could be the problem ?? T
Solution 1:
A better way to do this would be to add a WebView.
Solution 2:
Your imageGetter
instance is not doing the correct thing. Where is it trying to retrieve the images from and what does it look like?
Post a Comment for "Html.fromHtml Problem"