adgvcxz / CardLayoutManager

A custom layoutManager providing a Tinder-like cards effect.
Apache License 2.0
40 stars 9 forks source link

Feature Request: Support notifyItemInserted, notifyItemRemoved #3

Closed njovy closed 7 years ago

njovy commented 7 years ago

Adding or removing items from a list is difficult at the moment with a current version of CardLayoutManager.

It would be really great if this library supports notifyItemInserted and notifyItemRemoved with a proper animation. For instance, if the first item of a list is removed, then a recyclerview should smoothScrollToPosition to the next position upon notifyItemRemoved.

Thank you in advance.