I\'ve already implemented this listener in order for me to display something when a certain date is clicked, but the problem is that when i scroll the CalendarView down, it
My way around this was using calendar from HoloEverywhere (available source code for customization), commenting out the code causing this to be invoked and invoking it in onDateTapped method, that does the expected thing.
And it works on pre ICS devices too.