Modify CalendarView?
I wan开发者_开发知识库t 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?
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 That project obtains ability of creating appointments, tasks and notes on calendar.
精彩评论