1

I am trying to create a calender for android 4.x devices where in the dates should get displayed in cell and month name at the top. now where ever user scroll up and down it should change the month (in short I would like to implement the functionality of changing month with up/down scrolling).

I have seen the same type of calendar control in HTC devices.

Any one has any idea how to implement this?

BenMorel
  • 34,448
  • 50
  • 182
  • 322
user2231561
  • 11
  • 1
  • 2

1 Answers1

0

I think that you use viewpager in this case, but in fact, it is vertical scrolling.

Should try using DirectionalViewPager - written by JakeWharton

Toan PV
  • 201
  • 1
  • 7