-2

How to filter a RecyclerView with a SearchView

I followed the above answered recyclerview search. I have one problem, whenever i search and click on the items it returns to different position provided that i could get that particular item id,name,etc.

Community
  • 1
  • 1
Kalaiselvan
  • 408
  • 1
  • 6
  • 14

1 Answers1

0

You might try Parse.com. It gives you the possibility to create a database. Getting the data from Parse.com can be done by the ParseSDK or normal requests. If you would like to use normal requests, Retrofit is a nice library to help you with that.

R. Adang
  • 593
  • 3
  • 13