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
- Host: GitHub
- URL: https://github.com/vimalcvs/android-recyclerview-adding-search-filter
- Owner: vimalcvs
- License: apache-2.0
- Created: 2021-01-24T16:44:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-24T16:52:32.000Z (over 4 years ago)
- Last Synced: 2025-01-21T06:11:26.900Z (4 months ago)
- Topics: android, recyclerview, recyclerviewadapter, search, search-filter
- Language: Java
- Homepage: https://www.technovimal.in/how-to-start-a-blog.html
- Size: 833 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Android-RecyclerView-adding-Search-Filter
.
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