adgvcxz / CardLayoutManager

A custom layoutManager providing a Tinder-like cards effect.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Support notifyItemInserted, notifyItemRemoved

njovy opened this issue · comments

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.