Coverflow Carousel effect same as iPhone/iPad in android

我是研究僧i 提交于 2019-12-19 03:36:38

问题


Please see the below carousel image.

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.


回答1:


use this lib to get same effect in android

https://github.com/davidschreiber/FancyCoverFlow

and also check this

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




回答2:


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




回答3:


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.



来源:https://stackoverflow.com/questions/20677100/coverflow-carousel-effect-same-as-iphone-ipad-in-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!