cundong / HeaderAndFooterRecyclerView

A RecyclerView solution, support addHeaderView、addFooterView
Apache License 2.0
1.37k stars 321 forks source link

加载下一页的回调,在不停快速划动的情况下会触发多次 #29

Open liyiheng opened 8 years ago

liyiheng commented 8 years ago

if ((visibleItemCount > 0 && currentScrollState == RecyclerView.SCROLL_STATE_IDLE && (lastVisibleItemPosition) >= totalItemCount - 1)) { onLoadNextPage(recyclerView); } //经常触发多次导致数据重复