calendarview

Android calendar view [closed]

99封情书 提交于 2019-11-27 14:05:59
I'm pretty new to Android development and I'm looking for a means of including calendar in my Android application, but I'm striking out pretty bad when googling. Is there any way to use a default calendar kind of view in my application? (would be ideal since the UI would be familiar) Failing at a built-in option, are there any good libraries out there with a calendar control that I could use? I'm not looking to sync and all of that (at least, at this point), just looking to have a calendar view that I can display information to the user. I wrote Caldroid library ( https://github.com/roomorama

Android CalendarView for Showing Events

£可爱£侵袭症+ 提交于 2019-11-26 03:57:44
问题 I want to show a calendar with events using different colors on the date similar to default Calendar application. But I don\'t see any such API on the default calendar view. Can anyone please direct me on right direction how to proceed with this? Should I extend default calendar and add my own functionality? Or should I use 5x5 text boxes with PageViewer and fragments? 回答1: The built in CalendarView widget doesn't expose the ability to change the color of the calendar cells in month view. See