views:

241

answers:

2

I'm on developing a twitter kind of Application where in I want that the user would be displayed the timelines and the Textview in the Lists require to perform clicks on (http://)URLs, (@)usernames, and (#)hasTags and I want to invoke custom methods over these actions, I have used the Linkify class and the actions but where of no use because the customization that i require cannot be incorporated.

A: 

There are many addLinks() methods on Linkify, one of which may let you accomplish your aims, if your goal is to start an activity from those links.

You can also examine the source code to Linkify to see how you might create your own that meets your needs.

CommonsWare
But I require to get a method call, or an interface method for the Particular Regex Match how is that possible using the Linkify
y ramesh rao
I doubt that is possible.
CommonsWare
Now, thats what my exact requirement is. Can that be achieved using some other ways. Please any pointer in that direction would really help me a lot
y ramesh rao
You would have to try to figure out how `TextView` handles link clicks.
CommonsWare
A: 

I have a solution to the problem to check it out go to the below mentioned link http://www.orangeapple.org/?p=354

y ramesh rao