browse images without Gallery View android
i'm trying to browse image开发者_开发知识库s 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.
You may use ViewFlipper widget. Also, this should help you.
There is special ImageSwitcher widget for such case. Here is good example from android developers on how to use it.
精彩评论