androidandroid-viewpagercoverflow

Coverflow android for 3 view at a time


I have to show image carousel in android like - enter image description here

In this library or other libraries,what i have found the adjacent view visible partially and rest part covered behind the screen but in my case all part of adjacent view would be covered from center view and partially visible its left/right part.

Using FeatureCoverFlow i partially created this kind of view but apart from left and right view it showing stack of views like -enter image description here and sometime it also gives out of memory issue after scrolling.

I have tried FeatureCoverFlow,FancyCoverFlow and and few others but nothing worked for me.


Solution

  • CarouselLayoutManagerLibrary has done the work for me.