I have a Textview with location:
eg. “Mountain View, CA”
What I want to achieve is to create this text to act like a Link – color,underline, focusability etc.
This link doesn’t need to direct anywhere – surrounding view has attached onClick listener that fires google maps intent.
Something like this should work.