Modify CalendarView?

最后都变了- 提交于 2020-01-03 02:01:06

问题


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?


回答1:


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




回答2:


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



来源:https://stackoverflow.com/questions/6214828/modify-calendarview

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!