Android SearchView Filter ListView

前端 未结 4 1303
自闭症患者
自闭症患者 2020-11-27 16:37

I have implemented Search Filter to my SearchView in my SherlockAction Bar.

When i type m i want to show filtered results in the list view below which only starts w

4条回答
  •  抹茶落季
    2020-11-27 17:33

    you can simply go through this example. it is very easy to integrate in your application

    Here is the logic with array and addTextChangedListener for EditText

提交回复
热议问题