Grokking Android

Getting Down to the Nitty Gritty of Android Development

Posts tagged “Spanned”:

Android Quick Tip: Formatting Text with Html.fromHtml()

By

Android offers you the possibility to easily format text with HTML markup. Thus it’s easy to create text like this: 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 […]  Continue Reading  “Android Quick Tip: Formatting Text with Html.fromHtml()”