RecyclerCalendarAndroid Versions Save

A simple DIY library to generate your own custom Calendar View using RecyclerView, written in Kotlin

2.0.1

2 years ago

Added API to set start day of week:

val configuration: RecyclerCalendarConfiguration =
    RecyclerCalendarConfiguration(
        calenderViewType = RecyclerCalendarConfiguration.CalenderViewType.VERTICAL,
        calendarLocale = Locale.getDefault(),
        includeMonthHeader = true
    )

configuration.weekStartOffset = RecyclerCalendarConfiguration.START_DAY_OF_WEEK.MONDAY

1.8

3 years ago

Removed Selection Modes from InfiniteCalenderView.

1.7

3 years ago

1.6

3 years ago
  • Now you can just import module without importing example code.

1.5

4 years ago

Added Infinite Calendar View along with Simple Calendar View

1.4

4 years ago
  • Fixed #4: Added new selection modes to SimpleRecyclerCalendarView.
  1. NONE
  2. SINGLE
  3. MULTIPLE
  4. RANGE

1.3.1

4 years ago

Reformatted Some code and added some Utility functions.

1.3

4 years ago

Calendar View can now hold more days.

1.2

4 years ago

1.1

4 years ago