I'm looking for a CalendarView that can be used to show multiple events, like the Google Calendar.
I haven't found a solution for this using android.widget.CalendarView
.
What is the best way to implement this feature? Should I customize android.widget.CalendarView
or should i use an existing library (which one)?