hi i have a sentence (TextView) and I want to tap a certain word and I want to show this word in Toast, e.g. I would like to set the OnClickLister to be able to grab a word, wich was tapped, not the whole sentence
for example
sentence TextView --- I love stackoverflow
tap on "love" -----> toast the word "love"
I've only come up with the idea of creating many TextViews, and set listners for each one...it can't be good... Do you have any ideas how to implement this?
maybe there are some libraries for word processing I'm not aware of?