I apologize for that horrible title but I want to be accurate.
I have ScrollView in that LinearView and in that I dynamically create multiple rows filled with sentences by TextView. I set different collors created using SpannableText but I don't know ho to make every single word of that TextView responding the way I want - pop dialog question that will contain this word and ask me what I want to do with it. I want to move it to EditText in next fragment.. only that..
Please, what kind of magic would be the most suitable for this event? And maybe a kick with little example on one sentence.