I am doing an Android app with actionBar tabs. In one tab, there is a fragment with a custom ExtendedCalendarView.
I can get the current month in the calendar from the fragment every time I want.
What I want is to show the current month as the actionBar title, so I need to detect when the month changes. How I can do that? Thanks.