page.tags="TextLinkify"
sample.group=Views
@jd:body
This sample demonstrates how to add clickable links to a
{@link android.widget.TextView}, by using these techniques:
- Setting the {@link android.widget.TextView#attr_android:autoLink} property
to automatically convert the text to a link.
- Parsing a String as HTML
- Manually by constructing a {@link android.text.SpannableString}.