Copyright 2022 JD, Inc. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
XNestedRecyclerView
1)项目介绍
本库是一个处理RecyclerView+ViewPager+RecyclerView的嵌套滑动的库,外层和里面的RecyclerView都是上下滑动,ViewPager是横向滑动。
基于NestedScrolling机制实现,考虑各种场景,已上线使用,功能稳定,具体用例有:
2)演示效果
3)使用方式(详情见demo)
4)其他
目前该组件是稳定版,使用NestedScrollingParent3可优化fling部分的代码,但实际测试发现,从里面的RecyclerView fling到外层的RecyclerView时,会出现卡在一屏的效果,即fling只能展示一屏外层的RecyclerView,会出现fling中断的现象。具体实现暂时没有上传,有解决办法也欢迎共建。
5)License