CalendarDateBinder
An interface used to tell the calendar adapter how to create and bind your date cell ViewHolder.
Functions
Link copied to clipboard
Called by Ephemeris when data should be displayed in the given cell.
Link copied to clipboard
abstract fun onCreateViewHolder(inflater: LayoutInflater, parent: ViewGroup): T
Content copied to clipboard
Called when Ephemeris needs a new ViewHolder for a date cell.