Help needed in Android Studio

Discussion in 'Mixed Languages' started by Eneas24, Jan 18, 2019.

Tags:
  1. Eneas24

    Eneas24 MDL Novice

    Jan 18, 2019
    1
    0
    0
    Hi everyone.

    I am new here. I need to ask something. I am building an android app in android stuido. I implemented 1 of my searchviews in an activity. In that activity, below the searchview is a scrollview with some imagebuttons in it. When I search in the searchview, I want that in the scrollview to be shown only the imagebuttons whose description or id is related to the search. How can I do that? And also I don't want the searchview to show me a list, but I want it to directly filter the results in the scrollview.
    Can someone help me please?