Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Coverflow Carousel effect same as iPhone/iPad in android

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.

I wish a kind favor of you regarding this subject.

Thanks in advance.

like image 871
Sanat Pandey Avatar asked Dec 16 '22 03:12

Sanat Pandey


2 Answers

use this lib to get same effect in android

https://github.com/davidschreiber/FancyCoverFlow

and also check this

https://github.com/Polidea/android-coverflow

like image 116
Hardik Avatar answered Feb 12 '23 18:02

Hardik


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

like image 40
snapix Avatar answered Feb 12 '23 16:02

snapix