Search code examples
javaandroidanimationhorizontalscrollview

Custom HorizontalScrollView for android


I'm developing a very simple app that requires me to create a 3 image slideshow sort of deal. I'm new at android java development and i've got no clue how to go around this, i've been searching for answers around and didn't find any suitable one (and to be more precise - i don't even know what to search for).

So here's how it should look:

enter image description here

So it only has 3 pictures, and you can swipe left and right and the images swap with the frontal one. Should be very simple, was able to get it in swift under 45 minutes but i can't get it working properly in java. Thanks in advance.


Solution

  • That's called CoverFlow. You can find many library. search at GitHub

    Here is some library with good demo

    1. Android-Coverflow

    2. CoverFlow

    3. FeatureCoverFlow