NestedRecyclerView icon indicating copy to clipboard operation
NestedRecyclerView copied to clipboard

🔥Copied the homepage of taobao and jd.com, and realized the TAB ceiling effect through two-layer nesting RecyclerView .

Results 18 NestedRecyclerView issues
Sort by recently updated
recently updated
newest added

private val strArray = arrayOf("推荐", "视频", "直播", "图片", "精华", "热门")

看到有说处理嵌套滚动问题,当我们滑动不松手时会出现无法滑动的问题,咱们解决的方案有吗?

childRecyclerView快速向上滚动的时候出现,还未到顶部,就开始滚动了父布局

不知道大佬对childrecyclerview 这个holder重复刷新与复用时,什么时机重置childrecyclerview的状态合适以及如何重置childrecyclerview,否则经常会因为ParentRecyclerview的canScrollVertically方法被拦住不能滑动。

childRecyclerView快速向上滚动的时候出现,还未到顶部,就开始滚动了父布局,本应该是孩子滚动完毕后再滚动父亲 ![d08f17ef314e9b03244029132348a78](https://user-images.githubusercontent.com/46896358/126904489-c080d836-b76c-4562-845f-cf47dd94327a.jpg)

rt 1.向上滑动列表时初次滑动会有卡顿问题 2.当下方Recyclerview全部显示的时候,在快速fling的过程中,底部Recyclerview在未全部显示(滑动到顶部时)就已经将手势交给外层列表开始滑动头部Recyclerview

华为Android10手机|机型P30,当滑动置顶后,再轻触向下滑动,子recycleview 未滑动到顶部父recycleview就开始滑动,必现。。