views:

87

answers:

1

I have formatted data with commands embedded with tags. I use the HTML class to populate the TextView. Is there a way to intercept the click on the link and get what was clicked?

Html.fromHtml("<a href='CMD:Bahai'>Some Command Link</a>");
A: 

I found that the WikiNotes example project from Google does exactly that. It uses the Linkify infrastructure with a Provider and MIMIE type to load the right Activity.

BahaiResearch.com