I want to add a similar calendar to the application:
Deleted intentionally, do not return the image
I can hardly write myself, 2 months in Android. I try to connect existing solutions, but I encounter difficulties due to the lack of the necessary functionality.
Can someone tell me what would be better to use in my case? Or maybe I missed something in existing solutions?
Two things are needed: - To be able to mark any day with one or several round markers (it is enough to be able to attach several drawable / xml / ...). - Have the ability to set the background of any day (at least somehow, even Color will be enough)
What I tried and why the solutions did not take root:
https://github.com/Applandeo/Material-Calendar-View - you cannot add multiple markers. There is an xml solution that allows you to attach one xml to the day from a predetermined number of markers of a certain color, but since there are a total of 10 different markers, you will need a huge amount of xml.
https://github.com/roomorama/Caldroid - there is no way to mark several markers.
https://github.com/ApplikeySolutions/CosmoCalendar - there is no possibility to mark several markers.
https://github.com/snollidea/peppy-calendarview - it looks great, but it isn’t:
ERROR: Failed to resolve:https://github.com/SundeepK/CompactCalendarView - There is no possibility to put a backgroung for the day
https://github.com/huanghaibin-dev/CalendarView - Too bad, but it drops because of the
app:week_bar_view="com.haibin.calendarviewproject.EnglishWeekBar"attributeapp:week_bar_view="com.haibin.calendarviewproject.EnglishWeekBar"I tried to edit the https://github.com/SundeepK/CompactCalendarView , I was killed about its complexity.
- https://github.com/square/android-times-square - no way to use markers