How can I change the color of a specific date in calander view

65 views Asked by At

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
    }
});
0

There are 0 answers