Skip to content

Release 2.0

Compare
Choose a tag to compare
@thellmund thellmund released this 08 Sep 19:22

This release introduces WeekViewDisplayable, an interface that can be implemented by any data class that should be displayed in WeekView. Instead of converting your data class to WeekViewEvent in onMonthChanged(), you can put the conversion code in your data class and thus declutter your code.