gabrielemariotti / RecyclerViewItemAnimators

An Android library which provides simple Item animations to RecyclerView items
3.04k stars 659 forks source link

Initially loaded items in adapter #5

Closed mohammadkhatri closed 8 years ago

mohammadkhatri commented 9 years ago

ItemAnimator works great when clicking Add and Remove buttons in sample project. But can It be done on items which are initially loaded as in this project for listView and gridView. ?

https://github.com/nhaarman/ListViewAnimations

Wavesonics commented 9 years ago

+1

vsahu1986 commented 9 years ago

+1

gabrielemariotti commented 8 years ago

The current ItemAnimator works with the add/remove/move events. The initial loal is handled in a different way and requires some code on the adapter.

I am not sure that I will add this part in this library

gabrielemariotti commented 8 years ago

Updated with 0.3+

mohammadkhatri commented 8 years ago

Seems Impressive Now To me . Very Nice.