Mondol Subhasis
Results
2
comments of
Mondol Subhasis
OnNavigationButtonClickedListener use whichbutton you click after that implement desired view that you want
> @Override public Map[] onNavigationButtonClicked(int whichButton, Calendar newMonth) { Map[] arr = new Map[2]; if (whichButton==CustomCalendar.NEXT){ // view you want }if (whichButton==CustomCalendar.PREVIOUS){ // view you want } return arr; }...