Chanven / CommonPullToRefresh

Android widget with pull to refresh for all the views,and support loadMore for ListView , RecyclerView, GridView and SwipeRefreshLayout.
Apache License 2.0
1.07k stars 303 forks source link

Can you give us a sample to show how to use notifyItemRangeInserted() replace of notifyDataSetChanged()? #10

Open kendoziyu opened 8 years ago

kendoziyu commented 8 years ago

In my case, i used notifyItemRangeInserted(), but exceptions occured one by one....so please give us a sample to explain how to use notifyItemRangeInserted() or notifyItemRangeRemoved().Thanks.

hozur commented 8 years ago

Me too!