修改日历视图?
我想在我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您发现扩展 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
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.