# MultiScrollDemo **Repository Path**: AtlantisSpeed/MultiScrollDemo ## Basic Information - **Project Name**: MultiScrollDemo - **Description**: NestedScrollView+ViewPager+RecyclerView+SmartRefreshLayout 打造酷炫下拉视差效果并解决各种滑动冲突 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MultiScrollDemo 使用NestedScrollView+ViewPager+RecyclerView+SmartRefreshLayout打造酷炫下拉视差效果并解决各种滑动冲突 ![DemoGIF.gif](https://gitee.com/AtlantisSpeed/MultiScrollDemo/blob/master/assets/GIF.gif) #### 详细说明:[博客地址:http://www.cnblogs.com/shen-hua/p/8052459.html](http://www.cnblogs.com/shen-hua/p/8052459.html) 实现了大概功能,没有过分的优化 ## 优化修复 * 华为虚拟键显示隐藏会导致测量的屏幕宽高发生变化,已修复并做了优化处理 * 修复JudgeNestedScrollView的点击事件 ## 其他方案 * [不用涉及到各种冲突常规打造酷炫下拉视差效果SmartRefreshLayout+ViewPager+RecyclerView](https://github.com/LPTim/Stop-master) * [使用Design+自定义Behavior实现](https://github.com/JmStefanAndroid/EasyBehavior)