I\'m using RecyclerView to display name of the items. My row contains single TextView. Item names are stored in List mItemList<
RecyclerView
TextView
List mItemList<
I also had the same issue and I have fixed it with not using notifyItemRangeChanged() method. It is nicely explained at
https://code.google.com/p/android/issues/detail?id=77846#c10