blob: 36aa0751579cff83b8555f9626ae565e92240494 [file] [log] [blame]
page.tags="TextLinkify"
sample.group=Views
@jd:body
<p>This sample demonstrates how to add clickable links to a
{@link android.widget.TextView}, by using these techniques:
<ul>
<li>Setting the {@link android.R.styleable#TextView_autoLink} property
to automatically convert the text to a link.</li>
<li>Parsing a String as HTML</li>
<li>Manually by constructing a {@link android.text.SpannableString}.</li>
</ul>
</p>