• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

How the scrolling between months works at CalendarView?

Kobi Moshe

Lurker
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.
 
Back
Top Bottom