How to create Vertical Carousel in android?

Ramesh Akula picture Ramesh Akula · Feb 9, 2012 · Viewed 10.6k times · Source

I want to implement vertical carousel in android.I have searched lot of things about it,Finally i found that horizontal carousel example here. Can any body know that how to convert this horizontal carousel into vertical carousel.

And also i have tried this .Link .This 3d listview gives rotation of the each element but i want to implement whole list should be in 3d. Can any body give suggestions please...

Answer

Romain Piel picture Romain Piel · Feb 15, 2012

If you want a vertical pager, try that library written by Jake Warthon. It's perfectly coded and completely up to date with Android SDK.

The best way to work with 3d is to work with renderscript. I won't be really helpful on that topic.