Implementation of button search in Activity (Android Studio)

The activity has a SearchView and ScrollView component with buttons. How can I search for them and, if there are no matches, filter them out?

Author: nikamon, 2017-01-11

1 answers

Implemented using an array of buttons. Got the text from each one and compared the user's string and the text. If no matches were found, the buttons were turned off)

 0
Author: nikamon, 2017-05-01 15:11:57