recyclerview-animators
recyclerview-animators copied to clipboard
Can't get this to work. Missing documentation?
Hi, by just following your readme nothing happens when I add one of your ItemAnimators. Is there maybe documentation missing?
Is it necessary to set a duration? Is it necessary to always call notifyItemInserted() or notifyItemRemoved()?
In the same boat. Thought it wasn't working for me. Got what I needed by opening the sample, but yeah, documenting this a bit better would really help.
Your adapter should always call notifyItemInserted (or others). That is independent of these animators. You would still need to do that even for DefaultItemAnimator.