EphemerisCalendarView
A android.view.View that displays the Ephemeris calendar. You must set a dateBinder and pageSource for the calendar to work correctly.
Constructors
Functions
Animates scrolling the calendar to the page with the given date.
Notifies the calendar that a single date has changed, and should be re-bound.
Notifies the calendar that a range of dates has changed, and should be re-bound.
Scrolls the calendar to the page with the given date.
Sets a listener to be notified when displayedDateRange changes.
Properties
Whether height changes should be animated for the calendar view. WARNING: This applies a LayoutTransition to the parent ViewGroup. This might have unintended side-effects.
The current CalendarDateBinder used to bind date cells. Setting this will cause the calendar view to redraw itself.
The CalendarPageSource used to build and display pages in the calendar view. Setting this will cause the calendar to recreate it's views.