Android HTML rendering library with CSS support
The HtmlSpanner is an Android HTML rendering library that offers an alternative to the built-in Html.fromHtml() method. This library provides greater control over how HTML tags are rendered in TextViews, supporting complex elements like anchors, tables, lists, and more. HtmlSpanner also includes CSS support, allowing for styling customization.