0

I am trying to implement the SearchView from the support library. I want the user to be to use the SearchView to filter a List of books in a RecyclerView.

Mistalis
  • 17,793
  • 13
  • 73
  • 97

1 Answers1

0

Similar question was resolved here.

You just have to implement RecyclerView logic in Custom renderer for SearchView.

Community
  • 1
  • 1
Dima
  • 94
  • 2
  • 10