YCScrollPager目录介绍

目录介绍

00.先来看一下效果图

01.先来看一下需求

02.有几种实现方式

2.1 使用ViewPager

2.2 使用RecyclerView

03.具体使用

3.0 如何引用该lib

3.1 ViewPager实现方式

3.1.1 使用VerticalViewPager的方式如下所示

3.2 RecyclerView实现方式

04.部分优化点

4.1 ViewPager改变滑动速率

4.2 PagerSnapHelper注意点

4.3 自定义LayoutManager注意点

06.其他说明介绍

关于其他内容介绍

image

关于博客汇总链接

其他推荐

关于LICENSE

Copyright 2017 yangchong211(github.com/yangchong211)

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.