Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Carousel view in Android [closed]

Tags:

android

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.

like image 415
chiranjib Avatar asked Jan 21 '11 07:01

chiranjib


1 Answers

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.

like image 121
jschmier Avatar answered Oct 27 '22 02:10

jschmier