Java 无限图像卷轴

Java 无限图像卷轴,java,android,image,scroll,Java,Android,Image,Scroll,我想实现一个特定的应用程序,你可以滚动图像(背景)无限。我该怎么办 例如,my.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"

我想实现一个特定的应用程序,你可以滚动图像(背景)无限。我该怎么办

例如,my.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" >


谢谢。

对于无限滚动,您可以使用CWAC MergeAdapter。在这里,您可以阅读它是什么以及它是如何工作的: