Reputation: 4670
See below screen I have tried to implement this animation using cover flow as we as Carousel animation but I am not getting same as represented in screen. if any body have done this type of animation please send me the code snippet,
Upvotes: 0
Views: 6002
Reputation: 1525
I encountered the similar problem in my app sometime ago, Although I haven't worked on the numbers that you are displaying in bottom right corner of your image, but this link will provide you the full code for making a gallery like view with center image zoom.
You can also set the images according to the number, that you are showing in bottom right, I am doing this in my code now, but if you can understand the code for gallery, then you can also make the code for showing images according to number also or you can show the number according to image.
Upvotes: 1
Reputation: 2973
Here is nice solution https://github.com/davidschreiber/FancyCoverFlow. I've tried it on Android 4.4 and 2.3.3
Edited. OK. Link below points on FancyCoverFlow lib . That provides few kinds of carousel animation of images.
Upvotes: 0