1 2 3 4 page.tags="TextLinkify" 5 sample.group=Views 6 @jd:body 7 8 <p>This sample demonstrates how to add clickable links to a 9 {@link android.widget.TextView}, by using these techniques: 10 <ul> 11 <li>Setting the {@link android.R.styleable#TextView_autoLink} property 12 to automatically convert the text to a link.</li> 13 <li>Parsing a String as HTML</li> 14 <li>Manually by constructing a {@link android.text.SpannableString}.</li> 15 </ul> 16 </p> 17