Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Cover Flow gallery and remove space between

I want to implement cover flow view as shown below image. I also tried with cover flow but cant achieved perfect view as show in image. Reduce the space between the items. enter image description here

 this.fancyCoverFlow.setSpacing(-90); 

I tried with this line and its working but other problem occur as shown below image not getting same spec to left and right . And scroll from left to right working fine but scroll from right to left not in correct way.

enter image description here

Updated: Try with this code

like image 785
kyogs Avatar asked Dec 14 '13 12:12

kyogs


3 Answers

Hey you can try: FancyCoverFlow and android-coverflow-widget

like image 149
rokonoid Avatar answered Nov 10 '22 04:11

rokonoid


https://github.com/davidschreiber/FancyCoverFlow

This should be of help for what you are trying to achieve.

like image 2
Niraj Adhikari Avatar answered Nov 10 '22 06:11

Niraj Adhikari


if you implement gallery as use FancyCoverFlow, you can use this.fancyCoverFlow.setSpacing(-90); -90 may be modify

like image 1
pengwang Avatar answered Nov 10 '22 04:11

pengwang