recyclerview-animators icon indicating copy to clipboard operation
recyclerview-animators copied to clipboard

Animation not displaying with data already initialized.

Open J6ey opened this issue 5 years ago • 1 comments

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?

J6ey avatar Mar 21 '19 03:03 J6ey

Any update on this?

hbb20 avatar Dec 08 '20 18:12 hbb20