I want to create a hyperlink to textview in android. So in my layout I have given android:clickable="true" to the textview. Previously it worked for my other layouts. But now it is not working. When I am clicking on the textview it remained as it is.What may be the problem?
Please help me.
I want to create a hyperlink to textview in android. So in my layout
Share
Have you tried Linkify class? Here is explanation from android developers. Also android:autoLink property of TextView might be helpful/