I see a few examples of making a TextView clickable by setting onClick="clickHandler" and clickable="true". Is there a way to use an anonymous class instead of hard coding a clickhandler method inside the activity.
I see a few examples of making a TextView clickable by setting onClick="clickHandler" and
Share
There you go