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

上一篇: 在java中定制linkify方法(Android Studio)

下一篇: 如何通过Linkify在TextView上点击链接时处理