Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Learn more
BRVAH:Powerful and flexible RecyclerAdapter
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci 1.upgrade circleci docker api version Feb 20, 2019
.github 1.add pull request template Feb 20, 2019
app 1.fix #2655 Feb 22, 2019
gradle/wrapper Revert "merge new feature to Androidx " Jan 13, 2019
library 1.fix checkstyle issue Feb 20, 2019
.gitignore
.travis.yml
README-cn.md
README.md 1.update master branch readme Jan 13, 2019
build.gradle
gradle.properties
gradlew
gradlew.bat
settings.gradle 1.delete material spinner moudle Feb 20, 2019
分组与自定义不同item组合类型.md 添加 分组与自定义多类型item组合方式 文档说明 Aug 29, 2018

README.md

APIAndroid ArsenalCircleCICodacy Badge

BRVAH

http://www.recyclerview.org/
Powerful and flexible RecyclerAdapter, Please feel free to use this. (Welcome to Star and Fork)

kotlin demo :BRVAH_kotlin

androidX stable version

Document

UI

Demo

Get it on Google Play

国内下载地址

proguard-rules.pro

-keep class com.chad.library.adapter.** {
*;
}
-keep public class * extends com.chad.library.adapter.base.BaseQuickAdapter
-keep public class * extends com.chad.library.adapter.base.BaseViewHolder
-keepclassmembers  class **$** extends com.chad.library.adapter.base.BaseViewHolder {
     <init>(...);
}

Extension library

PinnedSectionItemDecoration
EasyRefreshLayout
EasySwipeMenuLayout

Thanks

JoanZapata / base-adapter-helper

License

Copyright 2016 陈宇明

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.
You can’t perform that action at this time.