I searched a lot on the internet and I couldn\'t succeed to find correct solution for CalendarView click on today date.
setOnDateChangeListener will not fire, but OnGlobalLayoutListener will. So if you try:
setOnDateChangeListener
OnGlobalLayoutListener
calendarView.getViewTreeObserver().addOnGlobalLayoutListener(new ViewTreeObserver.OnGlobalLayoutListener(){ @Override public void onGlobalLayout(){ } });