13

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.

gabor
  • 4,281
  • 8
  • 24
  • 20

2 Answers2

20

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).

Jon O
  • 6,532
  • 1
  • 46
  • 57
1

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.

C0deAttack
  • 24,419
  • 18
  • 73
  • 81