views:

30

answers:

0

There are some applications out there, that use a kind of standard way for showing images to the user. There is one i specially like, is the Facebook one. Facebook presents images to the user in full screen mode, with a black background. If user clicks on the image, there appears a left and/or right arrow to move to next/previous image in the album. You also have zoom controls enabled. Quite powerful and nice.

Android Market uses same arrows for switching between views, but zoom controls are not enabled. They're probably using a ImageSwitcher for that.

Does somebody know if there is a similar standard control in Android for that?. Something more like Facebook uses?

Thanks in advance!