I have a ReyclerView working with a LinearLayoutManager and an Adapter. I have a list of items I would like to disp
ReyclerView
LinearLayoutManager
Adapter
Add this line to your RecyclerView xml:
android:animateLayoutChanges="true"