How to animate RecyclerView items when they appear
EDIT : According to the ItemAnimator documentation : This class defines the animations that take place on items as changes are made to the adapter. So unless you add your items one by one to your RecyclerView and refresh the view at each iteration, I don’t think ItemAnimator is the solution to your need. Here … Read more