1

I have this design this Should be like the date wheel how can I do it spinner

Osama Raddad
  • 344
  • 3
  • 17
  • 1
    look at this. http://stackoverflow.com/questions/9406920/android-spinner-with-date-picker-like-google-calendar-app . it's not exactly what you want, but it could help – MikeKeepsOnShine Jul 14 '15 at 10:50

1 Answers1

2
  1. Maybe you can use a viewpager or a textswitcher.

  2. animate textviews 'out on top' and 'in from bottom'. Maybe use a gradient view with transparency to het the gradients ont the top and the bottom.

R. Adang
  • 593
  • 3
  • 13