Skip to content
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

Animation not displaying with data already initialized. #173

Open
J6ey opened this issue Mar 21, 2019 · 1 comment
Open

Animation not displaying with data already initialized. #173

J6ey opened this issue Mar 21, 2019 · 1 comment

Comments

@J6ey
Copy link

J6ey commented Mar 21, 2019

The animations only work when we call the notify methods with the adapter after data is initialized and added to the RecyclerView.

However, it won't work if you already have the data list initialized before you create the RecyclerView. In many cases when you already have the data, you populate the RecyclerView immediately after its creation. In this case we don't call any of the notify methods. Hence, the animations does not work. How do we make the animation work this way?

@hbb20
Copy link
Contributor

hbb20 commented Dec 8, 2020

Any update on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants