Accompanying project for a blog explaining how to create animations in RecyclerView library.
It is a showcase for the RecyclerView.Adapter notify methods, payloads functionality and DiffUtil tool.
These tools are used to initiate DefaultItemAnimator animations. DefaultItemAnimator animates item removal by fading it out, insertion by fading it in, movement by translating it and change by cross-fading the old view instance with the new one.

Leave a Reply
You must be logged in to post a comment.