I would like to display images (png, gif) stored in a string that has the html tag ( , < im /> ...). Show Html no problem, but the images aren't working. I saw examples on the Internet but only for a string that contains only ONE image without text and more.
description.setText(Html.fromHtml(new.getDescription()));
Example:
"<p>Text before image</p>\r\n<p><img style="max-width: 100%;" src="data:image/gif;base64,R0lGODlhMgA2APQAACgoKDg4ODiQaFCQEHi4IEDYcGiIuIhYKLhoIMAYIPh/></p>"
Thx all for answers.