How to display HTML in TextView?
You can build valid HTML for Android TextView using the HtmlDsl library on Github: https://github.com/jaredrummler/HtmlDsl . The library provides syntactic sugar to make the code more understandable and less error-prone...