Custom Calendar View Versions Save

The CustomCalendarView provides an easy and customizable calendar to create a Calendar. It dispaly the days of a month in a grid layout and allows to navigate between months

v1.0

8 years ago

Custom-Calendar-View v1.0 release note

  1. Next and precious month navigation
  2. Allows various customizations including background color for day, week, and title
  3. Sets global custom typeface using setCustomTypeFace() method.
  4. Show hide overflow days for the current month
  5. Set custom day options for start day of week. By default it is set to Calendar.SUNDAY
  6. Unlimited customizations for day of the month using custom Decorators.
  7. Allow you to handle event when user changes month and day selection.