An open API service indexing awesome lists of open source software.

https://github.com/vimalcvs/android-recyclerview-adding-search-filter

Android RecyclerView adding Search Filter
https://github.com/vimalcvs/android-recyclerview-adding-search-filter

android recyclerview recyclerviewadapter search search-filter

Last synced: 3 months ago
JSON representation

Android RecyclerView adding Search Filter

Awesome Lists containing this project

README

        

# Android-RecyclerView-adding-Search-Filter

![alt text](demo.png).
Earlier I have written few articles about RecyclerView. Combining it with CardView, cloning Gmail inbox, adding Swipe to delete functionality and bunch of other.

Today, in this article we are going to learn how to add search filter functionality to RecyclerView. Adding search is very simple task, we’ll use Toolbar’s search widget to input the search query. To demonstrate I am taking an example of contacts list and search for a contact by name or phone number.

https://www.technovimal.in/how-to-start-a-blog.html