Can someone please tell me how do I create the android phone style picture view in the gallery. That is, when you click on a picture, it pops up as a full screen and you can swipe your finger across the screen and flip through the other pictures in the folder.

How do you create that particular view?

link|improve this question

80% accept rate
That exactly are you trying to imitate? Because there is a Gallery Widget that may well do the majority of what you want. – Gaunt Face Mar 11 '11 at 10:43
feedback

2 Answers

up vote 5 down vote accepted

You can use a ViewFlipper to easily switch between different child views and you can use a GestureDetector to detect the swipe gesture.

link|improve this answer
feedback

Override the gallery adapter with a base adapter which has this behavior.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.