gabor
gabor

Reputation: 4349

What does an Android StackView look like?

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

Answers (2)

Jon O
Jon O

Reputation: 6591

There is one on this page. Here's the screencap they display:

StackView example

An item flips off of the front, and onto the back (sort of like a deck of cards).

Upvotes: 20

C0deAttack
C0deAttack

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

Related Questions