Nukc LoadMoreWrapper Versions Save

📦 Enable the RecyclerView to support loading more and customizing the footer view without modifying the original adapter of the RecyclerView. 在不改动 RecyclerView 原有的 adapter 的情况下,使 RecyclerView 滑动到底部的时候能够加载更多和自定义底部视图。

v1.9.1

3 years ago

add function: setNotShowFooterWhenNotCoveredScreen #25

v1.9

3 years ago

update canScroll(), fix canScrollVertically(-1) is always false

v1.8.3

5 years ago

refactor: sync hasStableIds

v1.8.1

5 years ago

feat: func setHasStableIds and setOnStableIdCallback

v1.7.1

5 years ago

update gradle compileSdkVersion: 28 buildToolsVersion '28.0.3' targetSdkVersion 28 supportLibVersion = '28.0.0'

v1.7.0

6 years ago

support show load failed view and can retry click to load more

v1.6.3

6 years ago

make NoMoreHolder and FooterHolder public

v1.6.2

6 years ago

add getFooterView() and getNoMoreView()

v1.6

7 years ago

override public void onBindViewHolder(RecyclerView.ViewHolder holder, int position, List<Object> payloads)

v1.5

7 years ago

auto load more when no data is initialized