Reputation: 4349
Can someone provide a screenshot of an Android StackView that shows a potential application of this widget? I'm not sure what to use it for.
Upvotes: 13
Views: 11558
Reputation: 6591
There is one on this page. Here's the screencap they display:
An item flips off of the front, and onto the back (sort of like a deck of cards).
Upvotes: 20
Reputation: 24667
There's an example here from the Android examples you can implement to see what it does. I suspect a screenshot may not be adequate enough since the widget inherits from AdapterViewAnimator
.
Upvotes: 1