Android 滑动过渡

发布于 2024-12-29 17:31:51 字数 140 浏览 2 评论 0原文

如果问题是新手级别的,我很抱歉,但我刚刚开始学习 android 为我的公司创建移动杂志应用程序,我想要实现的是类似于本机 iPhone / iPad 主页中的滚动条的效果(其中显示当前安装的应用程序)。

页面转换将根据用户的手势进行。谢谢您的帮助!

I apologize if the question is of the newbie level but I just started learning android to create mobile magazine apps for my company and what I would like to achieve is an effect similar to the native iPhone's / iPad's scroller in the home page (one where the apps that are currently installed are displayed).

Page transitions will be made in accordance with the user's gestures. Thank you for the help!

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

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

发布评论

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

评论(2

始于初秋 2025-01-05 17:31:51

我认为

“页面转换将根据用户的手势进行”

意味着不是 V​​iewFlipper 的行为。

我建议使用 ViewPager,它可以在 android-support-v4 库中找到。

搜索 android-support-v4 库和文档。

我愿意回答任何有关问题。

I think

'Page transitions will be made in accordance with the user's gestures'

means not ViewFlipper's behavior.

I recommend to use ViewPager, which is available in android-support-v4 library.

search for android-support-v4 library and documents.

I'm open for any regarding questions.

迷乱花海 2025-01-05 17:31:51

这可以通过 ViewFlipper 和手势检测来实现。

View Flipper 将帮助您在多个视图之间翻转,并且手势将帮助您在视图之间滑动来实现它。这里有一些可以帮助您入门的链接。

如何制作 Android 视图在 swipe/fling 上切换视图

http://www.mediafire.com/?fg32sn1345xn5dl

http://android-journey.blogspot.com/2009/12/android-viewflipper-and-slidingdrawer.html

This can be achieved with ViewFlipper and gesture Detection.

View Flipper will help you flip between multiple views and gesture will help you to swipe between views to achieve it. Here are few links which will get you started.

How to make an Android view that flips between views on swipe/fling

http://www.mediafire.com/?fg32sn1345xn5dl

http://android-journey.blogspot.com/2009/12/android-viewflipper-and-slidingdrawer.html

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