thcomp / android-coverflow

Automatically exported from code.google.com/p/android-coverflow
0 stars 0 forks source link

Can't select the images right next to the currently selected one #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi, 
I implemented your coverflow lib in one of my projects. It works perfectly if 
the user scrolls fast through the images. If, however, I try to select the next 
image on the left or right of the currently selected image, the animation is 
very rugged and often the old image will become selected again. Kind of like a 
ruberband holding it in place. 
This can easily be reproduced by pressing on the current image, moving it 
slowly to the left until the next one should be greater then the selected one. 
at that point the selected image jumps back to center. Any idea what might 
cause this?

Thanks,
Stephan

Original issue reported on code.google.com by stephani...@gmail.com on 29 Jan 2013 at 8:12

GoogleCodeExporter commented 8 years ago
I can reduce the effect by calling

coverFlow.setSpacing(2);

It never gets to be really smooth, though. 

Original comment by stephani...@gmail.com on 29 Jan 2013 at 8:45

GoogleCodeExporter commented 8 years ago
This is the great example.Thanks.
But I am also having the same issue,it's not smooth when slowly scrolled.

Is there any way to resolved?

Original comment by vikrampa...@gmail.com on 8 May 2013 at 7:54