android-collapse-calendar-view icon indicating copy to clipboard operation
android-collapse-calendar-view copied to clipboard

How to switch calendar to specific month

Open kidsh opened this issue 7 years ago • 3 comments

I am trying to change the calendar month from the month selected from the spinner but I am not able to perform same. Changing month from next and previous button are working properly but if I want to change it directly to specific month (ex. from June to January) is not performing. Please provide me some solution for same

kidsh avatar Jun 13 '17 07:06 kidsh

Me too, pls help us.

bacnghg avatar Jul 05 '17 01:07 bacnghg

I believe it should work through calendarView.getManager().selectDay(). There is also setActiveMonth method but unfortunately it is private.

After setting it you should call calendarView.populateLayout() so that changes are visible.

blazsolar avatar Jul 05 '17 07:07 blazsolar

Yes, Thanks and best regards.

bacnghg avatar Jul 06 '17 01:07 bacnghg