2

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.

5
  • 2
    Look up ViewPager in android. You get the desired result through that with ease. Commented Apr 21, 2017 at 10:23
  • Post the code you tried. Commented Apr 21, 2017 at 10:25
  • You can refer this link: androidhive.info/2013/09/… Commented Apr 21, 2017 at 10:26
  • Ì've tried plenty of things, didn't try with ViewPagers and i'm about to now. I can get it to work in a slide show manner but not animated to slide like on the picture i posted above. Commented Apr 21, 2017 at 10:29
  • Check this out github.com/crosswall/Android-Coverflow Commented Apr 21, 2017 at 10:32

3 Answers 3

2

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

Sign up to request clarification or add additional context in comments.

4 Comments

This is exactly what i need! Thanks.
@Kishore Link only answers are bad. you need to provide code also for other user who came here in future in-case link will changed
@AbhishekSingh He need guide not a code and GitHub link(see first line) will never expire :)
I've tried everything and i still can't get the results i need. I probably didn't explain well in the question itself. I need the center image to always stay centered, and rotate the others around. So if you swipe left, it pushes right to the center, left to the right and right to the left.
0

Here is the library that i have found for your requirement https://code.google.com/archive/p/carousel-layout-android/

Comments

0

Here is the library which match your requirement. You can try this, this and this library. This will help you out.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.