How the scrolling between months works at CalendarView?

  • Replies:0
קובי משה
  • Forum posts: 1

Mar 25, 2018, 4:58:30 PM via Website

I'm trying to develop a custom calendar view and I want its scrolling will be exactly like the Google's CalendarView scrolling.
My calendar view consists of:
1. TextView - which displays the month name
2. horizontal LinearLayout which contains the day's names
3. ListView which displays the dates of the month.

I need every ListView scrolling all the dates of the back\next month will display.

I'm adding a video to illustrate what I want better.
youtu.be/qgEYIkJDYPY

Be the first to answer