I have message having anchor tag.I want to show the word in anchor tag in different color in textview and onclick of that word start different activity.
I have tried textview.settext(Html.fromHtml(message)); it changes color but i also want onclick event on that. Is it posssible to do?