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
winc...@gmail.com".
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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to