Skip to content Skip to sidebar Skip to footer

Find Text In A Edittext Android

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 te

Solution 1:

i think you can use this code. It should work perfectly for your case, the only difference is that instead of the foreach clause, you will have to use an int

int i = *numberOfRecurrences*;
intindex = *recurrenceShown*;

than you can add the next button and foreach click doing

index++;

and than change the background of index recurrences and setting back the color of other recurrences to the default one.

if you have questions ask :)

Post a Comment for "Find Text In A Edittext Android"