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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.