Skip to content

CymChad/BaseRecyclerViewAdapterHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f5ffeba · Oct 20, 2022
Feb 20, 2019
Feb 20, 2019
Sep 29, 2022
Aug 23, 2022
Oct 20, 2022
Aug 25, 2022
Jul 22, 2019
Jul 14, 2019
Dec 18, 2019
Sep 2, 2022
Aug 23, 2022
Aug 23, 2022
Apr 10, 2016
Apr 10, 2016
Jul 29, 2019
Aug 29, 2018

Repository files navigation

APIAndroid ArsenalCircleCICodacy Badge

BRVAH

http://www.recyclerview.org/

Powerful and flexible RecyclerView Adapter, Please feel free to use this. (Welcome to Star and Fork)

强大而灵活的RecyclerView Adapter(欢迎 StarFork


新版4.x.x已发布 alpha 版本,完美兼容ConcatAdapter,解决了许多遗留问题,拆分了功能模块,BaseAdapter更加简洁干净。“多类型布局”更加灵活。向上、向下加载得到极大加强。 v4版本已经上传 maven 中央仓库,不需要再引入三方仓库配置了。欢迎尝试。 注意,4.0为非兼容升级,建议在新项目尝试

implementation "io.github.cymchad:BaseRecyclerViewAdapterHelper:4.0.0-beta02"

Of course, you can continue to use the 2.x version.

当然,你也可以继续使用2.x 版本、3.x.x版本。

Document

(由于各位项目成员工作较为繁忙,请各位同学谅解)

4.x Demo

wiki

proguard-rules.pro

此资源库自带混淆规则,并且会自动导入,正常情况下无需手动导入。

The library comes with proguard-rules.pro rules and is automatically imported. Normally no manual import is required. You can also go here to view proguard-rules

Thanks

JoanZapata / base-adapter-helper