4

Please see the below carousel image.

enter image description here

In this carousel iPhone developers are showing images from Web Url. We have to do the same but I tried much more on the web and other I didn't get the exact effect and smoothness like iPad Cover flow in android. And even In my cover flow images are not displaying fastly. So please can you suggest any solution regarding the same.

Henry Ecker
  • 34,399
  • 18
  • 41
  • 57
Sanat Pandey
  • 4,081
  • 17
  • 75
  • 132

2 Answers2

4

I made a coverflow widget from scratch. It doesn't use any deprecated components. You can find it here: https://github.com/applm/ma-components

Edit: This implementation of coverflow is broken on newer android versions. I deprecated it. You can take a look at https://github.com/applm/CarouselWidget

snapix
  • 344
  • 2
  • 8
2

Check out the 3D Carousel effects HERE. Carousel Component is very useful when you need to visualize list style data effectively like in the Music player or Gallery application. It provides a sample also.

You can check out the Demo also.

enter image description here

GrIsHu
  • 29,068
  • 10
  • 64
  • 102