madcoderz
madcoderz

Reputation: 4431

browse images without Gallery View android

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.

Upvotes: 0

Views: 788

Answers (2)

Konstantin Burov
Konstantin Burov

Reputation: 69228

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

Upvotes: 0

Olsavage
Olsavage

Reputation: 1108

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

Upvotes: 2

Related Questions