Marc Reichelt wrote: > I am working on an application where I wish to have multiple screens > (each of full display size) attached to each other horizontally, and > switch between them by using the finger (swipe right / swipe left). > The home screen does exactly what I want, but its implementation seems > to be more complex than I thought. > > What would be your preferred way to achieve this functionality? Is > there any Layout or View that I could reuse?
Try ViewFlipper. You'll need to handle the touch events yourself, but it will handle the rest. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Warescription: Three Android Books, Plus Updates, $35/Year --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

