I have to show image carousel in android like -
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 - 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.
CarouselLayoutManagerLibrary has done the work for me.