I want to create a calendar in Android Studio, where its possible for every day to select a color (red or green) as background color for this specific day. A few hours of searching and trying out some code I can't find anything about this problem. Has anyone an idea how the background color of one single day can be changed or if this is not even possible?
Asked
Active
Viewed 288 times
0
-
1Use a 3rd party lib for this cause Android `CalendarView` is pretty much useless – Vucko Jul 15 '19 at 12:32
-
https://stackoverflow.com/questions/41237073/how-do-i-change-the-background-color-of-calendar-dates-in-materialcalendarview – AskNilesh Jul 15 '19 at 12:36
-
Do you know a 3td party to do this? I tried the one from @Niles's question, but even with the sample projects I get only errors and it's really bad documented, so I can't find any help how to even use this libary – Cramery Jul 15 '19 at 12:42