Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Baserecyclerviewadapterhelper | 23,453 | 11 days ago | 9 | August 31, 2022 | 546 | mit | Java | |||
BRVAH:Powerful and flexible RecyclerAdapter | ||||||||||
Binding Collection Adapter | 1,713 | 43 | 3 | 2 years ago | 15 | March 08, 2020 | 31 | apache-2.0 | Java | |
Easy way to bind collections to listviews and recyclerviews with the new Android Data Binding framework | ||||||||||
Lastadapter | 756 | 5 years ago | 12 | apache-2.0 | Kotlin | |||||
Don't write a RecyclerView adapter again. Not even a ViewHolder! | ||||||||||
All Base Adapter | 528 | 5 years ago | 5 | apache-2.0 | Java | |||||
Adapter terminator, including DataBinding, any ViewGroup, list(Rv, Lv ). Write Adapter, it is enough .Adapter终结者,包含DataBinding,任意ViewGroup,Rv、Lv列表。写Adapter,有它就够了 | ||||||||||
Mvvm Juejin | 405 | 4 years ago | 8 | mit | Java | |||||
高仿"掘金Android App": databinding + kotlin + rx 的优雅实践。(持续打磨中~) | ||||||||||
Multiitem | 349 | 4 years ago | 8 | apache-2.0 | Java | |||||
一个优雅的实现多类型的RecyclerView类库 支持DataBinding Form表单录入 跨多个RecyclerView拖动 | ||||||||||
Items | 258 | 4 years ago | apache-2.0 | Kotlin | ||||||
Generate data-view-binding adapters of android recycler view. | ||||||||||
Rxrecycleradapter | 194 | 3 years ago | 4 | Kotlin | ||||||
Rx based RecyclerView Adapter. | ||||||||||
Kotlin Adapter | 119 | 5 years ago | 1 | Kotlin | ||||||
🔥 RecyclerView,AbsListView适配器, 支持多种视图样式, 支持吸顶、侧滑删除、拖拽效果 | ||||||||||
Multi Type Adapter | 99 | 4 years ago | 1 | Java | ||||||
Super simple and easy to use common multi-type-adapter by android data-binding |
Powerful and flexible RecyclerView Adapter, Please feel free to use this. (Welcome to Star and Fork)
强大而灵活的RecyclerView Adapter(欢迎 Star 和 Fork)
新版4.x.x已发布 alpha 版本,完美兼容ConcatAdapter
,解决了许多遗留问题,拆分了功能模块,BaseAdapter更加简洁干净。“多类型布局”更加灵活。向上、向下加载得到极大加强。
v4版本已经上传 maven 中央仓库,不需要再引入三方仓库配置了。欢迎尝试。
注意,4.0为非兼容升级,建议在新项目尝试
implementation "io.github.cymchad:BaseRecyclerViewAdapterHelper:4.0.0-beta02"
Of course, you can continue to use the 2.x version.
(由于各位项目成员工作较为繁忙,请各位同学谅解)
此资源库自带混淆规则,并且会自动导入,正常情况下无需手动导入。
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
JoanZapata / base-adapter-helper