I\'d like to make a view in my Android app that flips between multiple views on a swipe/fling. I\'d like it to behave more or less like the Android Launcher behaves when fl
@CommonsGuy extended ViewFlipper to do it. https://github.com/commonsguy/cwac-viewswiper Ihaven't used this one yet so im not sure if it moves with your finger like the launcher if not your going to have to make an OnTochListener to do it for you in me.ACTION_MOVE you will update the view to change its position. I'll post some sample code when I get home if you don't get another answer.