Skip to content Skip to sidebar Skip to footer

Highlighting Certain Dates On Android Calendarview

I am using Android's CalendarView and I need to highlight some dates. I can't find any methods to do that. Is there anything available?

Solution 1:

If you want to highlight a specific date, then you can call setDate().

If you want to highlight multiple dates, there are no simple method to do that. You should write your own calendar view.

Post a Comment for "Highlighting Certain Dates On Android Calendarview"