# BaseRecyclerViewAdapterHelper **Repository Path**: zliqiang/BaseRecyclerViewAdapterHelper ## Basic Information - **Project Name**: BaseRecyclerViewAdapterHelper - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-11 - **Last Updated**: 2024-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![](https://user-images.githubusercontent.com/7698209/33198075-ef8f2230-d123-11e7-85a3-4cb9b22f877d.png) [![](https://img.shields.io/maven-central/v/io.github.cymchad/BaseRecyclerViewAdapterHelper4)](https://repo.maven.apache.org/maven2/io/github/cymchad/BaseRecyclerViewAdapterHelper4/) [![API](https://img.shields.io/badge/API-16%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=16) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-BaseRecyclerViewAdapterHelper-green.svg?style=true)](https://android-arsenal.com/details/1/3644) [![CircleCI](https://circleci.com/gh/CymChad/BaseRecyclerViewAdapterHelper/tree/master.svg?style=svg)](https://circleci.com/gh/CymChad/BaseRecyclerViewAdapterHelper/tree/master) [![](https://img.shields.io/badge/%E4%BD%9C%E8%80%85-%E9%99%88%E5%AE%87%E6%98%8E-7AD6FD.svg)](https://mp.weixin.qq.com/s/U4QAPlu5WDm8U5Ljc7TuAQ) [![](https://img.shields.io/badge/%E4%BD%9C%E8%80%85-limuyang2-7AD6FD)](https://github.com/limuyang2) # BRVAH Powerful 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)