-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Advanced RecyclerView sample #27
Comments
It could be useful to put an example of a filter for recyclerview imho. I'm having problem using realm conditions foto dynamically filter a list. |
I am facing the same problem as @coletz is facing. I also want example with filter, currently it is very hard or impossible to do. |
After some problem I've found out how to filter in a "proper" way (at least it's reliable and pretty fast): when you need to update the filter (eg edittext change or on click) you simply use Dunno if that's the "official" way, but it's working |
I would love a good animations and swipe-to-delete example. |
👍 |
The current RecyclerView sample is just a glorified ListView. We should create a more advanced one with the potentially following things:
The text was updated successfully, but these errors were encountered: