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)?
add(new DateData(2018,04,26)); dates. add(new DateData(2018,04,27)); for(int i=0;i<dates. size();i++) { //mark multiple dates with this code.
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
Hello i used this github project it may serve you as a guide! Calendar View
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With