README.md 3.0 KB
Newer Older
陈宇明 已提交
1
![](https://user-images.githubusercontent.com/7698209/33198075-ef8f2230-d123-11e7-85a3-4cb9b22f877d.png)
陈宇明 已提交
2
[![](https://jitpack.io/v/CymChad/BaseRecyclerViewAdapterHelper.svg)](https://jitpack.io/#CymChad/BaseRecyclerViewAdapterHelper)![](https://travis-ci.org/CymChad/BaseRecyclerViewAdapterHelper.svg?branch=master)[![API](https://img.shields.io/badge/API-14%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=14)[![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)[![Codacy Badge](https://api.codacy.com/project/badge/Grade/2302d0084d0048eaa0f9bac4350837a0)](https://www.codacy.com/app/CymChad/BaseRecyclerViewAdapterHelper?utm_source=github.com&utm_medium=referral&utm_content=CymChad/BaseRecyclerViewAdapterHelper&utm_campaign=Badge_Grade)[![](https://img.shields.io/badge/%E4%BD%9C%E8%80%85-%E9%99%88%E5%AE%87%E6%98%8E-7AD6FD.svg)](https://www.zhihu.com/people/chen-yu-ming-98/activities)  
陈宇明 已提交
3
# BRVAH
limuyang2's avatar
limuyang2 已提交
4 5 6
http://www.recyclerview.org/

Powerful and flexible RecyclerView Adapter,
陈宇明 已提交
7
Please feel free to use this. (Welcome to **Star** and **Fork**)  
limuyang2's avatar
limuyang2 已提交
8

limuyang2's avatar
limuyang2 已提交
9 10
强大而灵活的RecyclerView Adapter(欢迎 **Star****Fork**

陈宇明 已提交
11

limuyang2's avatar
limuyang2 已提交
12

limuyang2's avatar
limuyang2 已提交
13
**New version 3.x release, Written using `kotlin` and `AndroidX`**, Support `java` use. Fixed many legacy issues, strengthened support for DataBinding, and ‘multi-layout’ is more flexible.
limuyang2's avatar
limuyang2 已提交
14

limuyang2's avatar
limuyang2 已提交
15
**新版3.x版已发布,使用`kotlin`和`AndroidX`编写**,支持`java`使用。解决了许多遗留问题,增强了对DataBinding的支持,并且“多重布局”更加灵活。
16

limuyang2's avatar
limuyang2 已提交
17 18 19 20
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) 版本。

陈宇明 已提交
21
# Document
limuyang2's avatar
limuyang2 已提交
22
- English Writing ...
limuyang2's avatar
limuyang2 已提交
23
- [中文](https://github.com/CymChad/BaseRecyclerViewAdapterHelper/blob/master/readme/0-BaseRecyclerViewAdapterHelper.md)
陈宇明 已提交
24

limuyang2's avatar
limuyang2 已提交
25
(由于各位项目成员工作较为繁忙,请各位同学谅解)
C
CymChad 已提交
26

limuyang2's avatar
limuyang2 已提交
27 28
## Demo
![](https://github.com/CymChad/BaseRecyclerViewAdapterHelper/blob/master/readme/demo.png)
陈宇明 已提交
29

limuyang2's avatar
limuyang2 已提交
30
[国内下载地址](https://www.lanzous.com/iaqt3ha)  
陈宇明 已提交
31 32

# proguard-rules.pro
limuyang2's avatar
limuyang2 已提交
33
> 此资源库自带混淆规则,并且会自动导入,正常情况下无需手动导入。
limuyang2's avatar
limuyang2 已提交
34

limuyang2's avatar
limuyang2 已提交
35 36 37
> 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)

陈宇明 已提交
38

limuyang2's avatar
limuyang2 已提交
39

40

陈宇明 已提交
41
# Thanks  
C
ChadChen 已提交
42
[JoanZapata / base-adapter-helper](https://github.com/JoanZapata/base-adapter-helper)
C
CymChad 已提交
43

limuyang2's avatar
limuyang2 已提交
44
# [License](https://github.com/CymChad/BaseRecyclerViewAdapterHelper/blob/master/LICENSE)