BaseRecyclerViewAdapterHelper icon indicating copy to clipboard operation
BaseRecyclerViewAdapterHelper copied to clipboard

BRVAH:Powerful and flexible RecyclerAdapter

Results 208 BaseRecyclerViewAdapterHelper issues
Sort by recently updated
recently updated
newest added

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 ![image](https://user-images.githubusercontent.com/74080401/173053632-6af11274-1bbb-4ea8-bbef-d18dc7ca4f2b.png)

我用的版本是2.9.44 问题如图,逻辑就是点击泥工辅材左边的勾 改变里面recyclerview item 的勾状态,每点一次都会增加里面item空白项 ![image](https://user-images.githubusercontent.com/11938143/108948780-18ec9400-769e-11eb-8204-260df8b014ad.png) 正常的列表是这样 ![image](https://user-images.githubusercontent.com/11938143/108948887-53563100-769e-11eb-82e4-53265bb864ae.png) 贴上代码: fragment部分 ![image](https://user-images.githubusercontent.com/11938143/108948998-839dcf80-769e-11eb-87db-633c590f0f9f.png) 第一层adapter ![image](https://user-images.githubusercontent.com/11938143/108949061-a62fe880-769e-11eb-97fb-4ec87af9431a.png) 第二层adapter ![image](https://user-images.githubusercontent.com/11938143/108949088-b2b44100-769e-11eb-8f80-cce7181662f7.png)

我使用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'` ![191647587974_ pic_hd](https://user-images.githubusercontent.com/10005563/158955059-fc8278a9-40b9-424b-83cd-1d19ab0f92a5.jpg)

**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 异常代码: ![image](https://user-images.githubusercontent.com/17528762/169736854-ffb665e0-3f20-4fb9-abe3-9d7f66e824e8.png) ![image](https://user-images.githubusercontent.com/17528762/169736895-41b01353-ed77-403b-ab24-a96c1592b7a4.png) ![image](https://user-images.githubusercontent.com/17528762/169737139-50a75112-0c11-402c-b2e4-0727bf92b052.png)

https://jitpack.io/com/github/CymChad/BaseRecyclerViewAdapterHelper/3.0.0-beta10 已经不存在了,我手里有一个老项目,是3.0.0-beta10版本,但是已经无法下载资源,是否可以提供该版本arr?