0

i'm trying to browse images like in the Gallery View but with an image view. While the user touches and moves the finger to the left a new picture is shown with some nice animation transition. Can this be done?

Thanks in advance.

madcoderz
  • 4,423
  • 10
  • 47
  • 74

2 Answers2

2

You may use ViewFlipper widget. Also, this should help you.

Community
  • 1
  • 1
Olsavage
  • 1,118
  • 8
  • 11
0

There is special ImageSwitcher widget for such case. Here is good example from android developers on how to use it.

Konstantin Burov
  • 68,980
  • 16
  • 115
  • 93