I am working on 3D Carousel for android.
I am using this code and the following is my current output.
I want to develop the following 3D shaped carousel.
I refered to the following questions which are already asked in SO.
How to do 3d Carousel with modifications in image's dimensions and angle
How to create list with carousel effect in android
how to increase carousel image space?
Coverflow Carousel effect same as iPhone/iPad in android
The following is near to my requirement:
- Using 3d Carousel project to create SPB Carousel style
From this I answer I put:
mCamera.rotateY(-((CarouselItem) child).getCurrentAngle());
inside getChildStaticTransformation()
method of Carousel.java
but I'm not getting a perfect result.
Please help me to solve it.