Display multiple dates on calendar

时间秒杀一切 提交于 2020-01-06 05:25:30

问题


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?

来源:https://stackoverflow.com/questions/47868732/display-multiple-dates-on-calendar

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!