RecyclerView : How to create insert animation effect?
问题 I have a ReyclerView working with a LinearLayoutManager and an Adapter<ViewHolder> . I have a list of items I would like to display in the recyclerview with the insert (slide in) animation. How do I go about this ? I would like to display the animations with a linearly increasing delay based on the index of the item. Currently, if I use 2 buttons, 'add' and 'remove', and then do the respective operations on the recyclerview ( notifyItemInserted() and notifyItemRemoved() , the animations come