Search code examples
androidandroid-animationandroid-scrollviewandroid-galleryandroid-scroll

Android Horizontal Scroll VIew like gallery


I want to make horizontal scroll view in android like gallery view, in which centered image zooms in while scroll. Often seen in web but I haven't found one in andriod. Here is an example from one iOS app.

enter image description here

I have tried with HorizontalScrollView, ListView, ViewPager but not able to reproduce zoomed Effect in center while scroll, and next images comes from behind.


Solution

  • You can use CoverFlow .Its a view for Android with several fancy effects.

    1. https://github.com/davidschreiber/FancyCoverFlow
    2. https://github.com/moondroid/CoverFlow