yuyakaido / CardStackView

📱Tinder like swipeable card view for Android
Apache License 2.0
2.37k stars 448 forks source link

Paging with notifyItemRangeInserted doesn't work #253

Open DeveloperKurt opened 5 years ago

DeveloperKurt commented 5 years ago

RecyclerView.Adapter.notifyItemRangeInserted doesn't work as suggested for paging option in the documentation. The list is successfully getting updated but the cards are not getting displayed even after the notifyItemRangeInserted is called

As the developer wrote notifyDataSetChangedcauses adapter to reinitialize which is not good for performance.