Coverflow Carousel effect same as iPhone/iPad in android

前端 未结 3 1683
醉梦人生
醉梦人生 2021-01-06 06:10

Please see the below carousel image.

\"enter

In this carousel iPhone developer

相关标签:
3条回答
  • 2021-01-06 06:46

    use this lib to get same effect in android

    https://github.com/davidschreiber/FancyCoverFlow

    and also check this

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

    0 讨论(0)
  • 2021-01-06 06:52

    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

    0 讨论(0)
  • 2021-01-06 06:58

    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

    0 讨论(0)
提交回复
热议问题