AnimatedRecyclerView
A RecyclerView with layout animations.

Setup
To use this library your minSdkVersion
must be >= 16.
In your build.gradle :
Example
From the layout
You can create any layout animations
From the code
Start animation
- First option
- Second option
YourRecyclerView
must be casted to theAnimatedRecyclerView
and an adapter must be set.