如何在 Android 应用程序中显示日历 UI?

发布于 2024-11-08 19:40:35 字数 1435 浏览 1 评论 0原文

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

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

发布评论

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

评论(2

一萌ing 2024-11-15 19:40:35

呵呵。我们之前已经这样做过:请参阅 http://code.google.com/p/android-calendar-查看/

如果您想从图像中获得精确的外观和感觉,您将需要做额外的样式工作:但这就是开源的目的。

享受。

Hehe. We've done this before: see at http://code.google.com/p/android-calendar-view/.

You WILL need to do additional styling work if you want to get that precise look and feel from your image: but that's what open source is for.

Enjoy.

等风来 2024-11-15 19:40:35

我编写了一个简单的日历视图,非常类似于谷歌日历应用程序上使用的视图。我提供自动滚动,并提供简单的方法来自定义它的外观。它还提供了一个简单的 api,用于查询日期/监听器,了解何时选择日期或何时滚动日历。它还附带了一系列测试。它也应该很容易改变外观和感觉,因为它使用 Android Paint 进行绘图,所以你可以随心所欲地改变它!

https://github.com/SundeepK/CompactCalendarView

I've written a simple calendar view much like the one used on google calendar app. I provides automatic scrolling and does provide simple way to customize the way it looks. It also provides a simple api for querying dates/listener for when dates are selected or when the calendar is scrolled. It also has a bunch of tests along with it. It should also be easy to change the look and feel because it uses android paint for drawing, so you can change it however you like!

https://github.com/SundeepK/CompactCalendarView

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