Skip to content

quincydev/BaseRecyclerViewAdapterHelper

 
 

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

About

BRVAH:Powerful and flexible RecyclerAdapter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 55.6%
  • Kotlin 44.4%