1

我想在我的 android 应用程序上显示一个日历视图。默认的 android 日历不是很好。我想改进这个日历的视觉外观和功能。要做到这一点,有人有建议吗?

4

2 回答 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:

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

于 2011-12-23T14:53:44.923 回答
-2

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

于 2013-04-24T12:18:25.933 回答