I have 5 text views which contain 1-5 words each . I need to set onclicklistener for individual texts of textview . The textview should also highlight / indicate the text which is clicked . How can i achieve this efficiently ?
I have a listview of maximum 5 textview . Each textview contain one or more words . I need to open different url depending upon the word that is clicked. The Problem is text view is set at runtime i.e variable length . Can i still achieve this using Clickable span and Spannable string .