Android:如何实现在屏幕上仅显示 1 天的日历应用程序

发布于 2025-01-04 06:43:40 字数 160 浏览 1 评论 0原文

我想要一个简单的应用程序来显示当前日期。假设现在应用程序显示的是FEB 10。现在,当我向右滑动时,它将显示FEB 11。每次我向右滑动,显示的日期都会增加1。如果我向左滑动它,会减少1天。

实现这一点的最佳方法是什么?您对此有何建议?日期之间的过渡应模仿图库视图。

谢谢!

I want to have a simple app that display the current date. Say for now, the display of the app is FEB 10. Now, when I swipe to the right, it will display FEB 11. Every time I swipe to the right, the day displayed increase by 1. If I swipe it to the left, it will decrease by 1 day.

What's the best way to implement this? What views do you suggest in implementing this? The transition between the days should mimic the Gallery view.

Thanks!

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

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

发布评论

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

评论(1

初吻给了烟 2025-01-11 06:43:40

通过创建自己的自定义视图来实现 FlingListener,或者使用图像并保留数天的计数器并使用 viewflipper 进行翻转。

Either implement FlingListener by creating your own custom view, or use images and keep a counter for days and flip using viewflipper.

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