I want to do something extra when the link is clicked on a TextView.
TextView is referenced using an xml installation or using the Linkify class. Like android:autoLink="true"orLinkify(textView, Linkify.WEB_URLS);
How to catch an event when a link is clicked?
source
share