How to filter a RecyclerView with a SearchView
Introduction Since it is not really clear from your question what exactly you are having trouble with, I wrote up this quick walkthrough about how to implement this feature; if you still have questions feel free to ask. I have a working example of everything I am talking about here in this GitHub Repository. In … Read more