I have a TextView with text and a Button that when i press highlight the word hello if it finds it in the text .
working on a project in the android studio and I'm totally novice so if u can help point me in the right direction thx in advanced.
for now, my app only highlight the word - hello
example : String textToHighlight = "hello";
How can I make it highlight the list of words from a file or database or just a simple line of code
example :
in the TextView there words " hello people i love u all "
and I want to highlight hello and love