I have a textView and text like
“This is the Simple Text with KeyWord and the Link to browse”
in the above text i want to make..
clicking on the Link goes to open that URL
AND
clicking on that KeyWord open a new Activity in my application
also,
There is an click event for the Whole TextView even.
Please help me finding a solution.
Thank You,
MKJParekh
I have used the same thing which I answered here in This Question
For that I have used this LinkEnabledTextView and that become easy for me to do the task.