HTML for Android
How many times have we used Html.fromHtml(…)
while trying to display markup like interface on Android? If you look at the source code of Html class, you’ll realise that the tags are decomposed into spans which are then applied onto the TextView
. Supported HTML tags are: