During a recent project I had the need to parse HTML into a TextView with hyperlinks and images. Images with hyperlinks are also clickable. This code still needs work but it displays HTML without a problem. Tweaks need to be done to properly size images and some threading wouldn’t hurt either.

Layout XML is simply a single textview. Need to add INTERNET permissions also.

Continue reading