CompactCalendarView
CompactCalendarView copied to clipboard
Swipe left and swipe right listener
Is there any chance, to set listeners for left and right swipe ( to previous and next month) in calendar?
try:
calendarView.setListener(object : CompactCalendarViewListener { override fun onMonthScroll(date: Date) // date } })