Skip to content

RecyclerViewExtensions

燒餅 edited this page Jun 1, 2017 · 1 revision

监听下拉加载

这是一个比较简单的下拉加载监听,在 Adapter 中的最后一个条目在屏幕上显示的时候就会触发 onLoadMore

使用方法:

recyclerView.onLoadMore {
    doSomething()
}

(PS:目前只支持 Google 官方的三种 LayoutManager,欢迎提交 Pull Request 添加更多的支持)

Clone this wiki locally