如何创建像gallery这样的视图

时间:2011-07-14 12:37:36

标签: android

如何创建如下图所示的精确视图?用于下一个和上一个的图像是图像按钮?请给我这个想法。

Gallery view in emulator

1 个答案:

答案 0 :(得分:1)

您只需使用ViewFlipper显示图像,就像点击左或右按钮一样,您可以相应地更改图像。

ViewFlipper开始,您可以使用以下链接

http://android-journey.blogspot.com/2009/12/android-viewflipper-and-slidingdrawer.html

https://github.com/ivansf/ViewFlipper-Demo

或者你可以去ImageSwitcher。这里给出了示例教程,

http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/view/ImageSwitcher1.html

http://saigeethamn.blogspot.com/2010/05/image-switcher-view-android-developer.html