Calendarview Action Forward and Back button

Asked

Viewed 187 times

0

I’m working with the Calendarview library

https://github.com/prolificinteractive/material-calendarview

And the guys there are kind of out of communication, so I’m gonna ask here.

I would like to do some action when changing month, for example appear only the dates of the current month when you click the button advance or return.

I would not like to change the original library, so I’m finding it difficult to grab the click of the button.

Thanks in advance.

1 answer

0

Solved.

There’s a function in the library that checks the month it’s in, so it helped.

public void onMonthChanged(MaterialCalendarView widget, CalendarDay date) {

}

Browser other questions tagged

You are not signed in. Login or sign up in order to post.