I am trying to recognise hashtags in my TextView and make them clickable such that I can take the user to another View when they click on the Hashtag.
I managed to i
You can use android.text.style.ClickableSpan for this: Refer answer
android.text.style.ClickableSpan