This video shows how to find and highlight a word in EditText/TextView field, in Sketchware android project.
Note that this code doesn't work for HTML or XML text or texts containing angular brackets.
A better way to highlight text in TextView/EditText is Using Spannable: • How to find and highlight a word in t...