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.
I have tried with HorizontalScrollView, ListView, ViewPager but not able to reproduce zoomed Effect in center while scroll, and next images comes from behind.
You can use CoverFlow .Its a view for Android with several fancy effects.