 |
Android Quick Tip: Formatting Text with Html.fromHtml() | Grokking Android
You probably are going to use bold or italics the most, but there are many more supported. Here is the list of all supported tags. You can find it in the source of android.text.Html‘s inner class HtmlToSpannedConverter:
www.grokkingandroid.com |
 |