HtmlTextView for Android

HtmlTextView is an extended TextView component for Android, which can load HTML and converts it into Spannable for displaying it. It is a replacement for usage of the WebView component, which behaves strange on some Android versions, flickers while loading, etc.

Tags supported by Android (history of Html class)

  •  handled exactly like 


  •  (bug on some Android versions: generates italic)
  •  (bug on some Android versions: generates bold)

Extended support by HtmlTextView