Hi I want to implement view
like viewpager
, which I want to put in List such that each element can be swiped,
Please refer Below diagram
Here View 1
and View 3
will be not visible on swiping right view1 will be visible just like view pager.
I tried using viewFlicker
but it don't show hidden view on swipe.
To implement this I thought to use Viewpager
source, Viewpager.java its basically ViewGroup
but view Group I cant add to ListView. I tried swipeListView that also didn't help.
Could any one help me how to implement it