Closed SangKarthi94 closed 6 years ago
While updating date how to clear the previous marked dates in calendar view
MarkedDates markedDates = calendarView.getMarkedDates(); ArrayList markData = markedDates.getAll(); for (int k=0; k<markData.size();k++){ calendarView.unMarkDate(markData.get(k)); }
While updating date how to clear the previous marked dates in calendar view