我想在视图之间滚动。实际上,我不知道该使用什么:HorizontalScrollView 或活动?
我想在我的布局之间滑动:
我需要实现 GestureListener 吗?
HorizontalScrollView 的问题是我不能有超过 1 个孩子。
我想在视图之间滚动。实际上,我不知道该使用什么:HorizontalScrollView 或活动?
我想在我的布局之间滑动:
我需要实现 GestureListener 吗?
HorizontalScrollView 的问题是我不能有超过 1 个孩子。
Sounds like you're looking for a ViewPager, here's a description of them and a video of how it works - http://developer.android.com/training/animation/screen-slide.html
You'll have to use Fragments rather than Activities and if you want to do them on older versions of Android you'll need to use the support library.
你正在寻找 ViewPager,也看看这个库