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.
There is special ImageSwitcher widget for such case. Here is good example from android developers on how to use it.