Android アプリには 30 枚以上の写真があります。ユーザーが左または右にスワイプすると、一度に 1 つの画像を表示する予定です。
これを行う最善の方法は何ですか?いくつかの実例を教えてください。
see this ...
http://developer.android.com/reference/android/view/GestureDetector.html
You can use Gesture Detector class so detect left,rigth,up down swipes
Gallery を使用してみてください。ここにリンクがあります - http://developer.android.com/reference/android/widget/Gallery.html
と
http://www.mobisoftinfotech.com/blog/android/android-gallery-widget-example-and-tutorial/