1

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?

blahdiblah
  • 33,069
  • 21
  • 98
  • 152
user602865
  • 261
  • 2
  • 5
  • 10

1 Answers1

3

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.

StarPinkER
  • 14,081
  • 7
  • 55
  • 81