6

I need to implement Carousel view in Android.

I searched in the net but didn't find any sample code for implementing.

Kindly send me any sample code / Url which will be helpful in developing the same.

Alex Deen
  • 25
  • 3
chiranjib
  • 5,288
  • 8
  • 53
  • 82
  • 1
    Hi try this .... http://www.codeproject.com/KB/android/androcarousel.aspx if you complete it let me know what happen... – Ganapathy C Feb 28 '11 at 06:00
  • @chiranjib do u know how to make this http://code.google.com/p/android-ui-utils/downloads/detail?name=CarouselExample.zip&can=1&q= look like this http://www.codeproject.com/KB/android/androcarousel.aspx ?? – Charan Pai May 01 '13 at 07:25
  • @Ganapathy Very nice example. Can i have same but in vertical orientation. I have a requirement of a vertical carousel. – Suresh Sharma Oct 29 '13 at 07:39
  • @SureshSharma try this http://stackoverflow.com/questions/9206586/how-to-create-vertical-carousel-in-android – Ganapathy C Oct 29 '13 at 08:20

1 Answers1

10

You might peruse the CarouselView example code mentioned in the "Designing Android UIs for Phones and Tablets" session at Google I/O 2011.

The example makes heavy use of the Renderscript framework, released with Android 3.0. Variations of the CarouselView component were used in several of the applications within Honeycomb including Books and YouTube when creating 3D carousel effects.

jschmier
  • 15,458
  • 6
  • 54
  • 72