我想在我的 android 应用程序上显示一个日历视图。默认的 android 日历不是很好。我想改进这个日历的视觉外观和功能。要做到这一点,有人有建议吗?
问问题
2973 次
2 回答
5
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:
于 2011-12-23T14:53:44.923 回答
-2
https://code.google.com/p/ancal/source/checkout 该项目获得在日历上创建约会、任务和笔记的能力。
于 2013-04-24T12:18:25.933 回答