README.md 2.1 KB
Newer Older
陈宇明 已提交
1 2
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-BaseRecyclerViewAdapterHelper-green.svg?style=true)](https://android-arsenal.com/details/1/3644)
[![](https://jitpack.io/v/CymChad/BaseRecyclerViewAdapterHelper.svg)](https://jitpack.io/#CymChad/BaseRecyclerViewAdapterHelper)  
陈宇明 已提交
3
Powerful and flexible RecyclerAdapter,
陈宇明 已提交
4
Please feel free to use this. (Welcome to **Star** and **Fork**)
陈宇明 已提交
5
![](https://cloud.githubusercontent.com/assets/7698209/21709381/923fdd64-d41b-11e6-8298-9bd1e427d636.png)
陈宇明 已提交
6 7 8 9 10 11
# Document
- [English](https://github.com/CymChad/BaseRecyclerViewAdapterHelper/wiki)
- [中文](https://github.com/CymChad/BaseRecyclerViewAdapterHelper/wiki/%E9%A6%96%E9%A1%B5)  
   - [BRVAH源码分析:BaseViewHolder、BaseQuickAdapter之生命周期、预加载实现、上拉加载实现](http://url.cn/45xnhTW)    
    - [BRVAH源码分析:分组、多布局、折叠](http://url.cn/46Va4jy)  

陈宇明 已提交
12
## [UI](https://github.com/CymChad/BaseRecyclerViewAdapterHelper/issues/694)
陈宇明 已提交
13
## Demo
C
CymChad 已提交
14 15

[![Get it on Google Play](https://developer.android.com/images/brand/en_generic_rgb_wo_60.png)](https://play.google.com/store/apps/details?id=com.chad.baserecyclerviewadapterhelper)
陈宇明 已提交
16

陈宇明 已提交
17 18 19
[国内下载地址](https://fir.im/s91g)  

# proguard-rules.pro
陈宇明 已提交
20 21 22 23 24 25
```
-keep class com.chad.library.adapter.** {
   *;
}
```

陈宇明 已提交
26
# Extension library
陈宇明 已提交
27 28
[PinnedSectionItemDecoration](https://github.com/oubowu/PinnedSectionItemDecoration)  
[EasyRefreshLayout](https://github.com/anzaizai/EasyRefreshLayout)
29

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

陈宇明 已提交
33
# License
C
CymChad 已提交
34
```
C
CymChad 已提交
35
Copyright 2016 陈宇明
C
CymChad 已提交
36 37 38 39 40 41 42 43 44 45 46 47 48

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```