Search code examples
androidcalendar

Horizontal scrollable calendar view


I want to create horizontally scrollable calendar view like below image. enter image description here

I have got some thirdparty libraries to create calendar view, but all those supports only normal calendar. I want minimized version of the calendar in horizontally scrollable and on click of a date the content should be updated.


Solution

  • This is an old post but I want to share my findings

    This library offers great customization, is written in Kotlin and support SDK >=21

    SingleRowCalendar GitHub

    And check this Medium post for a step-by-step guide.

    Here are some sample UIs you can easily produce

    enter image description hereenter image description here enter image description hereenter image description here enter image description here