Questions tagged [realmsearchviewcontroller]

2 questions
2
votes
1 answer

Search View in Realm Recycler View Android

I have implemented a recycler view in my app to show the list of person in a company. I stored all those information in Realm DB. Now I want to implement search option at the top of the window so that user can search a person by name. I have tried…
user8206380
1
vote
0 answers

How to make the searchview to search the data in realm database?

I am facing the issue in search view top search the data in realm database.I have implemented the search view and problem is how to pass the search query to the realm database to search data. My search view implementation is SearchView searchView…
Prabha Karan
  • 1,309
  • 3
  • 17
  • 35