blazsolar / android-collapse-calendar-view

Android calendar view that can be toggled between week and month view.
MIT License
628 stars 205 forks source link

How to switch calendar to specific month #25

Open kidsh opened 7 years ago

kidsh commented 7 years ago

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

bacnghg commented 7 years ago

Me too, pls help us.

blazsolar commented 7 years ago

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.

bacnghg commented 7 years ago

Yes, Thanks and best regards.