-
Notifications
You must be signed in to change notification settings - Fork 554
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
Adapter initialization and updateDataSet with no notifyItemXXX() #144
Comments
Hi @Bylynka, thank you! |
Please look at the video https://www.youtube.com/watch?v=da6dcHgjFrA |
What you see, is the insert of the headers that is done with a notification of And the item is animated in such way, also because defaultAnimator is set in the recyclerView. Actually you can't disable. I don't know if I can remove it, I will need to redesign some methods. But that effect is not that bad I think. |
Thank you for answer! I agree with you that effect is not bad. But for current project I need list without any effects.. |
I will see what I can do, but I can't assure when it can be done. |
Thank you. It will be great. |
OK, yesterday I wanted to check something on this issue. For the moment the new code is valid only for In experiments branch I added the new code to skip all This can be obtained by calling
@Bylynka, you can check the demoApp in that branch. |
Great! I tried it and it is exactly what I need. Will you add these updates to release? |
Hi thanks for your job!
I tried to use 5.0.0-b7 for sticky headers. But it looks like it doesn't work correctly yet(list jums when it is scrolled).
Than I tried 5.0.0-SNAPSHOT. It works correctly, but dropdown animation appears when call updateDataSet method is called.
How can I disable this animation?
The text was updated successfully, but these errors were encountered: