0

Android アプリには 30 枚以上の写真があります。ユーザーが左または右にスワイプすると、一度に 1 つの画像を表示する予定です。

これを行う最善の方法は何ですか?いくつかの実例を教えてください。

4

2 に答える 2

0
    see this ...
    http://developer.android.com/reference/android/view/GestureDetector.html
You can use Gesture Detector class so detect left,rigth,up down swipes
于 2013-02-13T08:12:02.347 に答える
0

Gallery を使用してみてください。ここにリンクがあります - http://developer.android.com/reference/android/widget/Gallery.html

http://www.mobisoftinfotech.com/blog/android/android-gallery-widget-example-and-tutorial/

于 2013-02-13T06:16:00.833 に答える