How to handle when the link is clicked on TextView via Linkify
I wanna do something additional act when the link is clicked on TextView.
The link on TextView is made via xml setting or using Linkify class. Like android:autoLink="true"
or Linkify(textView, Linkify.WEB_URLS);
How do I catch the event when the link is click?
链接地址: http://www.djcxy.com/p/74638.html