Search code examples
androidcalendarandroid-calendar

Custom Calendar Date range swipe selection android


I need to design a custom calendar to choose dates whileenter image description here swiping over them. I need some solution on how to implement swipe on the calendar and also will be helpfull if there are any libraries which support this feature.

Any type of help will be considered. thank you! The swipe date UI image is as shown


Solution

  • As there are many Paid Calendars, I have developed an opensource Unpaid Calendar, which can be used to select dates while swiping over them. Which looks like thisenter image description here

    Refer the source code at SwipeDateCalendar

    which also can be further modified as per requirements.