How to make links in a TextView clickable
Buried in the API demos, I found the solution to my problem: File Link.java: // text2 has links specified by putting <a> tags in the string // resource. By default these links will appear but not // respond to user input. To make them active, you need to // call setMovementMethod() on the TextView object. … Read more