Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android: Start activity via link in TextView [duplicate]

I have a TextView which I fill with HTML and linkify it then. Some of the links in HTML are in special format and meant to be links to other activities in my project, not normal URL links. Is it possible to intercept clicks on such links in TextView and do custom action in case the link is in special format?

Thanks.

like image 403
Anton Avatar asked Dec 01 '10 01:12

Anton


1 Answers

A question about how to manage link click has already been post and should answer your question. Here is the link : handle textview link click in my android app

like image 82
Etienne Avatar answered Nov 15 '22 21:11

Etienne