NightWhistler / HtmlSpanner

Android HTML rendering library with CSS support
http://nightwhistler.github.io/HtmlSpanner/
868 stars 209 forks source link

I think you should share some demo with this lib #53

Open deepakrokz opened 7 years ago

deepakrokz commented 7 years ago

That will be very helpful to see changes

ointeractive-depot commented 5 years ago

What you want to see in this video? It's simply a wrapper for Android Html.fromHtml () method, but which supports an CSS attributes, so for example <div style="font-weight:bold;">bold text</div> become <b>bold text</b>.