How can I make a read-only textview where each word can be touched on to open a popup?
The person will enter text and then submit it. They will then be taken to another page where I want to be able to programmatically make each word clickable in order to show the definition of the word in a pop-up.
At the very least I am looking for the terminology that should google and read up on.
Main question: How can I make words in a read-only textview touchable?