I'm implementing an android app. In which, I have to display some available(getting from the web service) date slots on calendar and available date slots color will be different and seleted date slot color will be different and if user click on one of the given date so the selected date color will be change. I'm not getting how to do that without third party libraries. I can't use third party libraries. I have used DatePickerDialog but using this I'm able to select any date. I'm unable to display list of date slots.
Please help me. How to solve this query?