I have a textview that contains hashtags ex. #first #second #third
. My question is how can I detect which hashtag is clicked so I can perform some action - eg. make toast of the word.
Is this possible using TextView widget? Should I use some other widget istead?
UPDATE
I found my solution using this example. Hope it will help others in the future!