修改日历视图?

发布于 2024-11-11 17:26:33 字数 81 浏览 2 评论 0原文

我想在我的 Android 应用程序上显示日历视图。 默认的 Android 日历不是很好。 我想改进此日历的视觉外观和功能。 为此,有人有建议吗?

I want to show a calendarview on my android application.
Default android calendar is not very nice.
I would like to improve the visual appearance and functionality of this calendar.
To do this, does anyone have a recommendation?

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

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

发布评论

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

评论(2

爱给你人给你 2024-11-18 17:26:33

如果您发现扩展 CalendarView 和我一样令人头疼,您可以随时创建自己的 CustomCalendarView。
在您自己的视图中,您可以从本机 CalendarView 中窃取您喜欢的任何功能:

http://grepcode.com/file/repository.grepcode.com/java/ext/com.google.android/android-apps/2.1_r2/com/ android/calendar/CalendarView.java

If you find extending CalendarView to be as much of a headache as I did, you can always create your own CustomCalendarView.
In your own View you can steal whatever functionality you like from the native CalendarView:

http://grepcode.com/file/repository.grepcode.com/java/ext/com.google.android/android-apps/2.1_r2/com/android/calendar/CalendarView.java

冷夜 2024-11-18 17:26:33

https://code.google.com/p/ancal/source/checkout
该项目获得了在日历上创建约会、任务和注释的能力。

https://code.google.com/p/ancal/source/checkout
That project obtains ability of creating appointments, tasks and notes on calendar.

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