无限图像滚动

时间:2014-11-19 23:28:52

标签: java android image scroll

我想要实现一个特定的应用程序,您可以在其中无限滚动图像(背景)。我能怎么做?

例如,我的.xml是:

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@drawable/wallpaper" >

谢谢。

1 个答案:

答案 0 :(得分:2)

对于无限滚动,您可以使用CWAC MergeAdapter。在这里,您可以阅读它是什么以及它是如何工作的:https://github.com/commonsguy/cwac-merge