画廊视图以循环方式

时间:2011-07-07 14:24:08

标签: android xml android-layout gallery

我想以循环方式在图库视图中显示图像,即默认情况下,图库视图会显示图像直到图像结束,之后它将停止滚动,但我的要求是图像应该一旦图像到达最后一个,就从第一个滚动。 <Gallery android:id = "@+id/Gallery02" android:layout_width = "fill_parent" android:layout_height = "wrap_content" android:layout_marginBottom="20dip" android:gravity="bottom" android:layout_alignParentBottom="true"></Gallery>我没有得到如何实现这一目标。  提前谢谢

达塔

2 个答案:

答案 0 :(得分:0)

您在“无限循环”库中寻找的内容。我为你找到了一个希望能满足你要求的例子。

http://androidcommunity.com/forums/f4/android-gallery-infinite-loop-56521/

答案 1 :(得分:0)

无耻的自我插件:

我为Infinitely Scrolling Gallery制作了一个教程,它的实现与Otra的链接不同。它不使用onFling事件,我认为它实际上更容易理解。

http://blog.blundell-apps.com/infinite-scrolling-gallery/

也可以下载项目源,总是奖金。