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'm looking to add an event to the extendedCalendarView without using a listener. I have calculated the date and time in my onCreateView and wish to display this specific date on the calendar when the view is created.
Hi there,
I'm looking to add an event to the extendedCalendarView without using a listener. I have calculated the date and time in my onCreateView and wish to display this specific date on the calendar when the view is created.
`ExtendedCalendarView calendar = (ExtendedCalendarView) v.findViewById(R.id.calendar);
`
I have not edited the original files provided yet.
Any help would be so appreciated! I've been looking for a solution for a long time
The text was updated successfully, but these errors were encountered: