开发者

Android: Start activity via link in TextView [duplicate]

开发者 https://www.devze.com 2023-01-28 18:46 出处:网络
This question already has answers here: handle textview link click in my android app (13 answers) Closed 9 years ago.
This question already has answers here: handle textview link click in my android app (13 answers) Closed 9 years ago.

I have a TextView which I fill with HTML and linkify it then. Some of the links in HTML are in special fo开发者_StackOverflow社区rmat 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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消