I have a Textview with location:
Textview
eg. \"Mountain View, CA\"
What I want to achieve is to create this text to act like a Link - color,underline, f
you can use Spannable class with mTextView.scollTo() to create internal link
Spannable
mTextView.scollTo()