I have a string like this:"Hello! I'm Wincent. My phone number is
12345678910. My website is http://www.google.com. And My email is
[email protected]".
When I use
textview.setText(s);
textView.setAutoLinkMask(Linkfy.ALL);
I can click phone number , url , then system will lauch Contactors,
Browsers.
So How can I make them linked to my another Activity? Content in
TextView might be random, with some phone number, url , email address
and so on...

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to