Android CalendarView with events

29,833

Solution 1

You can use existing library as you can refer here http://www.viralandroid.com/2015/11/android-calendarview-example.html

for more customize you can use this library https://github.com/prolificinteractive/material-calendarview

Solution 2

Hello i used this github project it may serve you as a guide! Calendar View

Share:
29,833
derBndr
Author by

derBndr

Updated on July 09, 2022

Comments

  • derBndr
    derBndr almost 2 years

    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)?

    enter image description here