You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a calendar app (Android) which displays historic events (This day, that year kind) and the Material-Calendar-View is perfect for me as it allows me to mark dates as well as provide different icons based on the event type.
I would like to build a feature where the user clicks on a date in CalendarView and a popup displays information on what happened that day. As per the API, EventDay is the class to incorporate this information.
Sadly, when I try to extend EventDay, I get an error saying the class is final.
Found a possible workaround.
EventDay needs a Calendar object. So I extended GregorianCalendar which will accept the custom content and passed it to EventDay.
I am working on a calendar app (Android) which displays historic events (This day, that year kind) and the Material-Calendar-View is perfect for me as it allows me to mark dates as well as provide different icons based on the event type.
I would like to build a feature where the user clicks on a date in CalendarView and a popup displays information on what happened that day. As per the API, EventDay is the class to incorporate this information.
Sadly, when I try to extend EventDay, I get an error saying the class is final.
Any workarounds/alternatives for this?
I am using version 1.9.0-rc03 which is the only version available in Maven Central
https://mvnrepository.com/artifact/com.applandeo/material-calendar-view
Thank you.
Maneesh
The text was updated successfully, but these errors were encountered: