I have to implement cover flow feature in my app similar to mobikwik app cover flow
I have already tried with Android CoverFlow widget library and few others. But nothing working as expected.
How i can achieve this type of view using ViewPager?
I have to implement cover flow feature in my app similar to mobikwik app cover flow
I have already tried with Android CoverFlow widget library and few others. But nothing working as expected.
How i can achieve this type of view using ViewPager?
I have created my class
ZoomOutPageTransformer
,which is implementingPageTransformer
and this set into the pager usingsetPageTransformer()
method. Please check bellowZoomOutPageTransformer.class
-and in
PagerActivity.java
-in
main.xml
-it works for me.