Skip to content

Animation not displaying with data already initialized.  #173

@J6ey

Description

@J6ey

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions