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

增加NodeAdapter中footer跟随内容收起展开的支持,需要实现ExpandableNodeFooterImpl接口替代以前的NodeFooterImp接口 - [1] 在使用NodeAdapter时,旧的footer固定显示,某些场景中希望footer可以跟随内容展开和收起 - [3] 不影响现有框架,只需要继承 BaseExpandNode 的类使用 ExpandableNodeFooterImpl 接口替代以前的NodeFooterImp接口,然后配置 isExpandable 属性控制是否跟随内容变化。

Is there anyway to load google map lite efficiently in this library?

BaseNodeProvider中使用DataBindingUtil.bind(holder.itemView),holder.itemView报错,但是可以运行,如何消除报错?

NestedScrollView嵌套recycleview实现拖拽功能后,子item拖拽到顶部或底部 列表不能自动滚动

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

我现在用的的4.1.4 只要滑动到底部,并执行adapter.notifyItemChanged(position)会自动往上滚动一段距离。 可能跟ConstraintLayout有关 当我把paddingBottom改成15dp就能解决该问题 _Originally posted by @yingmiaohuangg in https://github.com/CymChad/BaseRecyclerViewAdapterHelper/issues/3756#issuecomment-1880415257_

问题描述:3.0.2版本,开启了loadmore功能,也开启DiffUtils功能,使用setDiffNewData方法会自动滑倒底部。 实现步骤: 1. LoadMoreAdapter extends BaseQuickAdapter implements LoadMoreModule。这个是根据demo写的具有加载更多的adpter。 2. 开启diffutils功能,adpter.setDiffCallback()。 3. 开启加载更多的功能。adpter.loadMoreModule.setOnLoadMoreListener()。 4. 调用以下方法重置数据adpter.setDiffNewData()。 问题解决: 经过以上步骤就会发生自动下滑到底部,如果调用recycleview.itemAnimator = null则可以避免,或者将加载更多功能关闭可以避免。

这是报错信息-->Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.7.1.

Thank you for contributing to BaseRecyclerViewAdapterHelper. Before pressing the "Create Pull Request" button, please consider the following points: - [1] Please give a description about what and why you are...