Support List tag of HTML in TextView using fromHtml()

As we know Html class processes HTML strings into displayable styled text. It is not all HTML tags are supported. There is a lovely method on the android.text.Html class, fromHtml(), that converts HTML into a Spannable for use with a TextView. Here I found Tags list which is supported as of Android 2.1: There…

Continue reading

Share Love & Support: