Does anyone know how to implement a 3D Carousel selector?
Something like this:
(source: sina.com.cn)
alt text http://www.spbsoftwarehouse.com/uploads/images/mobileshell/Screenshots/3/204.png
Does anyone know how to implement a 3D Carousel selector?
Something like this:
(source: sina.com.cn)
alt text http://www.spbsoftwarehouse.com/uploads/images/mobileshell/Screenshots/3/204.png
As I mentioned in my answer to a similar question, 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. As such, the example code is for API levels 11 and up. Variations of the CarouselView component were used in several of the applications within Honeycomb including Books and YouTube when creating 3D carousel effects.