我的 android 应用程序中有 30 多张图片。我打算在用户向左或向右滑动时一次显示一张图片。
做这个的最好方式是什么?你能指出一些工作的例子吗?
尝试使用图库。这是链接 - http://developer.android.com/reference/android/widget/Gallery.html
和
http://www.mobisoftinfotech.com/blog/android/android-gallery-widget-example-and-tutorial/
see this ...
http://developer.android.com/reference/android/view/GestureDetector.html
You can use Gesture Detector class so detect left,rigth,up down swipes