I am trying to create an Android app with php SQL database,
which will have a paragraph with some news.
I managed to connect MySQL to Android app and the data is showing in app.
The problem is that I am trying to create a clickable word.
In a paragraph clicking any word to show a toast with the same word.
Thank you!