Let's assume on 3rd of May there's an event, and I want my app to change the color of this date to remind me with this event.. thanks
{
@Override
public void onSelectedDayChange(CalendarView view, int year,
int month, int day) {
// TODO Auto-generated method stub
}
});