Android 中页面的水平滚动视图

发布于 2024-12-05 04:10:13 字数 178 浏览 1 评论 0原文

我正在寻找一种与 ios 非常相似的行为,我们可以水平滚动以查看多个页面(如演练/演示)。在 ios 中,我们可以使用 UIScrollView 和 PageControl 来做到这一点,但不确定在 Android 中如何做到这一点?

我不介意是否无法添加 PageControl 的项目符号。我更关心滚动视图的页面类型行为。

I am looking for a behavior very similar to ios where we can scroll horizontally to see multiple pages (like a walkthrough/demo). In ios we can do it with UIScrollView and PageControl but not sure how can that be done in Android?

I don't mind if it's not possible to add the bullets of PageControl. I am more concerned about the pages type behavior of scrollview.

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

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

发布评论

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

评论(2

守不住的情 2024-12-12 04:10:13

看看viewPager上的这篇文章,我认为它有你需要的东西。

http://android-developers.blogspot.com /2011/08/horizo​​ntal-view-swiping-with-viewpager.html

Take a look at this article on viewPager, I think it has the something as you require.

http://android-developers.blogspot.com/2011/08/horizontal-view-swiping-with-viewpager.html

难得心□动 2024-12-12 04:10:13

您可以在 android 中使用 ViewFlipper 在不同布局之间滚动或滑动...

尝试在 google 上搜索“android ViewFlipper onFling()”..

http://www.codeshogun.com/blog/tag/view-flipper/

You can use ViewFlipper in android to scroll or swipe between the different layouts....

Try searching "android ViewFlipper onFling()" on google..

http://www.codeshogun.com/blog/tag/view-flipper/

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