BaseRecyclerViewAdapterHelper
BaseRecyclerViewAdapterHelper copied to clipboard
BRVAH:Powerful and flexible RecyclerAdapter
Can't resolve bindingAdapterPosition, that's need to update the recyclerView from v1.1.0 to v1.2.1, Can you please update it and push a new version of library 
我用的版本是2.9.44 问题如图,逻辑就是点击泥工辅材左边的勾 改变里面recyclerview item 的勾状态,每点一次都会增加里面item空白项  正常的列表是这样  贴上代码: fragment部分  第一层adapter  第二层adapter 
我使用NodeTreeAdapter做了3级树形试图,在使用nodeRemoveData接口删除SecondNode节点时,删除最后一个SecondNode节点总会导致程序挂掉,删除别的SecondNode节点不会,报错的内容总是IndexOutOfBoundsException,希望能修复这个bug,万分感谢!
version:2.9.50 issue: recyclerView.setLayoutManager(new GridLayoutManager(this, 2)); 如果使用这个布局, setEmptyView显示的时候也是按照了GridLayoutManager 来分成两列显示,导致显示只显示在第一个单元格
分组列表如何展示
[ { "month": "2022年02月", "list": [ { "payrollId": "79c353e5a3ac4f68b9a7ee5c3456df26", "title": "2022年02月工资条", "month": "2022-02", "grantTime": "2022/03/16" } ] }, { "month": "2022年02月", "list": [ { "payrollId": "79c353e5a3ac4f68b9a7ee5c3456df26", "title": "2022年02月工资条", "month": "2022-02",...
每次进App都必现 Version: `implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:3.0.7'` 
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...
版本:3.0.6 问题:使用databinding,BaseQuickAdapter,在fragment添加头部,log出现异常,应用没闪退。 调用方法: 1、val bindingTest : View = layoutInflater.inflate( R.layout.item_header_test, null, false ) 2、val bindingTest = DataBindingUtil.inflate( layoutInflater, R.layout.item_header_test,, null, false ) mAdapter.addHeaderView(bindingTest .root) log 异常代码:   
https://jitpack.io/com/github/CymChad/BaseRecyclerViewAdapterHelper/3.0.0-beta10 已经不存在了,我手里有一个老项目,是3.0.0-beta10版本,但是已经无法下载资源,是否可以提供该版本arr?