This sample demonstrates how to add clickable links to a
TextView
, by using these techniques:
-
Setting the
TextView_autoLink
property to automatically convert the text to a link. - Parsing a String as HTML
-
Manually by constructing a
SpannableString
.