I am in an app which requires stackview. But I have to implement horizontal swiping to switch between stackview items and UI looks as that of as normal one. Please help me to make it.
I have already checked this link.
But in it UI is just a cover flow. I want to make the UI look same as stackview.
Recently came across a great little hack for this. In your layout XML use:
Then within the item's XML:
You can play with the numbers to change the direction however you need.
I do not give source code but i think this link help
http://docs.huihoo.com/android/3.0/resources/samples/StackWidget/
http://www.broculos.net/2011/12/android-101-how-to-create-stackview.html#.UrmOoPuJQ8Y
Thanks
iam create a custom stack-view
use as