0
score
847.8K
views
no
status
CC BY-SA 4.0
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...