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

版本: implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:3.0.4' 1. mainAdapter.setEmptyView(R.layout.emptyview); 该方式显示不生效 2.nestscrollview 嵌套recyclerview emptyview高度显示不对 空布局 ![image](https://user-images.githubusercontent.com/12913956/90015197-de5f7300-dcda-11ea-8549-ed3b9636a558.png) recyclerview ![image](https://user-images.githubusercontent.com/12913956/90015312-02bb4f80-dcdb-11ea-9f62-7e6965134d92.png) 最终显示效果,正常来说 是铺满屏幕才对 但是实际高度只有textview的高度 。如果textview 高度是100dp 那么empty只显示100dp

用的是3.0.4 先给adapter设置一遍数据setDiffNewData(list)然后再setDiffNewData(null)会出以下bug ` Fatal Exception: java.lang.IndexOutOfBoundsException Inconsistency detected. Invalid view holder adapter positionBaseViewHolder{f92e379 position=0 id=-1, oldPos=3, pLpos:3 scrap [attachedScrap] tmpDetached no parent} androidx.recyclerview.widget.RecyclerView{feb8aab VFE..V... ........ 0,0-1080,2010 #7f0a0239 app:id/recyclerView},` 规避方法就是直接用`setList(null)`

**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...

不想用databinding了,能开发一个用ViewBinding得吗

D:\wlq\Storage\app\build\tmp\kapt3\stubs\debug\com\scs\storage\adapter\RecentAdapter.java:12: 错误: 无法访问NestedScrollingChild3 public final class RecentAdapter extends com.chad.library.adapter.base.BaseQuickAdapter { ^ 找不到androidx.core.view.NestedScrollingChild3的类文件 import com.chad.library.adapter.base.BaseQuickAdapter import com.chad.library.adapter.base.viewholder.BaseViewHolder /** * Created by Android Studio. * User: Mloong * Date: 2020/9/10 * Time:...

3.0.7gradle依赖不了了,项目瘫痪了~~~跪求解决~~~ 使用的是最新版AS,前几天还好好的。

Process: com.chad.baserecyclerviewadapterhelper, PID: 16938 java.lang.NoSuchMethodError: No virtual method getBindingAdapterPosition()I in class Lcom/chad/library/adapter/base/viewholder/BaseViewHolder; or its super classes (declaration of 'com.chad.library.adapter.base.viewholder.BaseViewHolder' appears in /data/app/~~P2UZzNhpW-FAgKLtRozK3g==/com.chad.baserecyclerviewadapterhelper-TWoqU1l2BU0wjSPLYFF0-w==/base.apk) at com.chad.library.adapter.base.BaseQuickAdapter.bindViewClickListener$lambda-7$lambda-6(BaseQuickAdapter.kt:495) at com.chad.library.adapter.base.BaseQuickAdapter.lambda$aqWf9Mix2Hshed6QsGcdRVGlHL8(Unknown Source:0) at com.chad.library.adapter.base.-$$Lambda$BaseQuickAdapter$aqWf9Mix2Hshed6QsGcdRVGlHL8.onClick(Unknown Source:4)...

树形列表添加header后,数据显示异常,树形列表的数据少了1行