How to get right/left arrows on Activity to indicate more screens to the right/left?
Posted
by Brad Hein
on Stack Overflow
See other posts from Stack Overflow
or by Brad Hein
Published on 2010-05-24T03:51:14Z
Indexed on
2010/05/24
4:01 UTC
Read the original article
Hit count: 307
I have a ViewFlipper which contains a few linear layouts.
I need to allow the user to flip through them.
I've seen other apps which have arrow/triangle indicators on either side of the screen, which, when pressed, flips to the next view in the set.
I'd like to add these to my Activity.
© Stack Overflow or respective owner