Skip to content

Releases: CymChad/BaseRecyclerViewAdapterHelper

v1.6.5

12 May 06:52
Compare
Choose a tag to compare

add

 public BaseQuickAdapter(Context context, View contentView, List<T> data) {
        this(context, 0, data);
        mContentView = contentView;
    }

v1.6.4

11 May 07:58
Compare
Choose a tag to compare

add setOnRecyclerViewItemLongClickListener,notifyDataChangedAfterLoadMore(List data, boolean isNextLoad),setNewData

v1.6.3

09 May 08:07
Compare
Choose a tag to compare

Optimize the code

v1.6.2

05 May 06:17
Compare
Choose a tag to compare

fix bug

v1.6.1

03 May 09:24
Compare
Choose a tag to compare

add setNewData addAfterClear method

v1.5.9

03 May 07:20
Compare
Choose a tag to compare

add image transform

v1.5.8

29 Apr 08:07
Compare
Choose a tag to compare

fix bug

v1.5.7

28 Apr 17:01
Compare
Choose a tag to compare

add item chlid click

v1.5.6

27 Apr 07:17
Compare
Choose a tag to compare

add setImageUrl(int viewId, String imageUrl, int defResourceId)

v1.5.5

26 Apr 12:25
Compare
Choose a tag to compare

add setEmptyView methods