如何制作循环滚动视图?

发布于 2024-11-06 02:23:41 字数 91 浏览 1 评论 0 原文

就像标题所说,如何制作循环滚动视图? :)

换句话说,当你滚动到底部时,scrollview不应该停止并以相同的速度从顶部无缝继续!希望有人知道这一点!

Like the title says, how do I make a looping scrollview? :)

In other words, when you scroll to the bottom, the scrollview should not stop and continue in the same speed from the top seamless! hope someone knows this!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不醒的梦 2024-11-13 02:23:41

如果您有能力使用 listView 而不是 scrollView,那么有一个 可以将其变成循环 listView

Android ListView 的循环列表适配器。该适配器使您现有的列表适配器看起来是循环的,并且可能是无限的,除非您向下滚动 20 亿个列表项;)。可与您已有的列表适配器配合使用。没有项目特定的依赖项。只需将最新的 jar 或源代码包含到您的 Android 项目中即可。

更新:哦,我刚刚注意到你在 2011 年就这样问过。我想你现在已经明白了。无论如何,我会把这个留在这里。

If you can afford to use a listView instead of a scrollView, there is a library that can turn it into a circular listView :

Circular list adapter for Android's ListView. This adapter makes your existing list adapter appear circular and possibly infinite unless you scroll down through two billion list items ;). Works with list adapters that you already have. No project specific dependencies. Just include the latest jar or the sources to your Android project.

Update: Ooh I just noticed you asked this way back in 2011. Guess you have figured it out by now. Anyway, I'll leave this here.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文