Ok, this might sound like a silly question but I'm just surprise of it happening; it seems like when you click on a day in a CalendarView, the month given from
onSelectedDayChange(CalendarView view, int year, int month, int dayOfMonth) {
is not the one that it could be expected, because Januar is month=0, Februar is month=1 and so on. Am I the only one getting this result? Does anyone know the reason for this behaviour?
Of course, in order to print it or do something with the month, I can just increase it, but it seems just weird... :/