https://github.com/xaverkapeller/Searchable-RecyclerView-Demo
An example app using a SearchView to filter items in a RecyclerView while taking full advantage of item animations!
https://github.com/xaverkapeller/Searchable-RecyclerView-Demo
android recyclerview recyclerview-item-animation searchview
Last synced: about 2 months ago
JSON representation
An example app using a SearchView to filter items in a RecyclerView while taking full advantage of item animations!
- Host: GitHub
- URL: https://github.com/xaverkapeller/Searchable-RecyclerView-Demo
- Owner: xaverkapeller
- License: mit
- Created: 2015-05-24T21:41:01.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-01-14T18:49:43.000Z (over 7 years ago)
- Last Synced: 2024-10-31T06:35:05.117Z (7 months ago)
- Topics: android, recyclerview, recyclerview-item-animation, searchview
- Language: Java
- Homepage:
- Size: 294 KB
- Stars: 722
- Watchers: 23
- Forks: 193
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Searchable RecyclerView Demo
An example app using a `SearchView` to filter items in a `RecyclerView` while taking full advantage of item animations!
[](https://travis-ci.org/Wrdlbrnft/Searchable-RecyclerView-Demo)You can find a walkthrough of how to implement an app with these features [**on Stack Overflow**](http://stackoverflow.com/a/30429439/2310866).
Or if you want to try out the app first you can download it from the Play Store:
[](https://play.google.com/store/apps/details?id=com.github.wrdlbrnft.searchablerecyclerviewdemo)
## **For more information visit the [project homepage](https://wrdlbrnft.github.io/Searchable-RecyclerView-Demo/)**