https://github.com/CymChad/BaseRecyclerViewAdapterHelper
BRVAH:Powerful and flexible RecyclerAdapter
https://github.com/CymChad/BaseRecyclerViewAdapterHelper
android android-library recyclerview recyclerview-adapter recyclerview-item-animation
Last synced: 5 months ago
JSON representation
BRVAH:Powerful and flexible RecyclerAdapter
- Host: GitHub
- URL: https://github.com/CymChad/BaseRecyclerViewAdapterHelper
- Owner: CymChad
- License: mit
- Created: 2016-04-10T07:40:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-26T14:33:39.000Z (10 months ago)
- Last Synced: 2024-10-28T18:42:37.492Z (6 months ago)
- Topics: android, android-library, recyclerview, recyclerview-adapter, recyclerview-item-animation
- Language: Kotlin
- Homepage: http://www.recyclerview.org/
- Size: 64.3 MB
- Stars: 24,320
- Watchers: 558
- Forks: 5,158
- Open Issues: 420
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-android-ui - BaseRecyclerViewAdapterHelper - 强大灵活的RecyclerAdapter (RecyclerView)
- StarryDivineSky - CymChad/BaseRecyclerViewAdapterHelper
README

[](https://repo.maven.apache.org/maven2/io/github/cymchad/BaseRecyclerViewAdapterHelper4/) [](https://android-arsenal.com/api?level=16) [](https://android-arsenal.com/details/1/3644) [](https://circleci.com/gh/CymChad/BaseRecyclerViewAdapterHelper/tree/master) [](https://mp.weixin.qq.com/s/U4QAPlu5WDm8U5Ljc7TuAQ) [](https://github.com/limuyang2)
# BRVAHPowerful and flexible RecyclerView Adapter,
Please feel free to use this. (Welcome to **Star** and **Fork**)强大而灵活的RecyclerView Adapter(欢迎 **Star** 和 **Fork**)
新版4.x.x已发布,完美兼容`ConcatAdapter`,解决了许多遗留问题,拆分了功能模块,BaseAdapter更加简洁干净。“多类型布局”更加灵活。向上、向下加载得到极大加强。
v4版本已经上传 maven 中央仓库,不需要再引入三方仓库配置了。欢迎尝试。
```
implementation "io.github.cymchad:BaseRecyclerViewAdapterHelper4:4.1.4"
```Of course, you can continue to use the [2.x](https://github.com/CymChad/BaseRecyclerViewAdapterHelper/tree/2.x) version.
当然,你也可以继续使用[2.x](https://github.com/CymChad/BaseRecyclerViewAdapterHelper/tree/2.x) 版本、[3.x](https://github.com/CymChad/BaseRecyclerViewAdapterHelper/blob/3.x/readme/0-BaseRecyclerViewAdapterHelper.md)版本。
# Document
- English Writing ...
- [3.0版本 中文](https://github.com/CymChad/BaseRecyclerViewAdapterHelper/blob/3.x/readme/0-BaseRecyclerViewAdapterHelper.md)
- [4.0版本 中文](https://github.com/CymChad/BaseRecyclerViewAdapterHelper/wiki)(由于各位项目成员工作较为繁忙,请各位同学谅解)
## v4 版本 Demo
[wiki](https://github.com/CymChad/BaseRecyclerViewAdapterHelper/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](https://github.com/CymChad/BaseRecyclerViewAdapterHelper/blob/master/library/proguard-rules.pro)# Thanks
[JoanZapata / base-adapter-helper](https://github.com/JoanZapata/base-adapter-helper)# [License](https://github.com/CymChad/BaseRecyclerViewAdapterHelper/blob/master/LICENSE)