I know there is this question How to find text in android through a SearchView or EditText? but its not answering my question properly. I have an EditText in which there will be text. I want to find all the text occurences and highlight it like the Ctrl + F
in Google Chrome (Windows). Also, there will be a button like "Find Next". I got a image to tell what I want.
Got the image from How to find text in android through a SearchView or EditText?
I want all the specific text to be highlighted in yellow and the current text to be highlighted in read. Like the image above.