Android 页面整屏滑动
迷茫
迷茫 2017-04-17 17:39:26
0
3
356

现在有一个需求是这样的:
一个Activity展示一些数据,需要左右滑动加载其他数据。
比如说,我现在界面上显示的是这周的数据,手指从左向右滑动,展示上一周的数据,注意是整屏滑动。不知道这样的效果应该如何实现。
原先想用ViewPager+Fragment实现,但发现ViewPager加载的Fragment数量是固定的,动态加载似乎很难实现。
求教!

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

reply all(3)
PHPzhong

ViewPager also uses an adapter, which is not fixed

大家讲道理

You can directly search for ViewPager’s infinite loop and you will find the answer,

大家讲道理

How can it be fixed? To put it bluntly, the use of viewpager is the same as listview, both of which require the use of adapters

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template