• Stars
    star
    24,004
  • Rank 868 (Top 0.02 %)
  • Language
    Kotlin
  • License
    MIT License
  • Created about 8 years ago
  • Updated 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

BRVAH:Powerful and flexible RecyclerAdapter

API Android Arsenal CircleCI

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-beta14"

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

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

Document

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

v4 版本 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

License