I'm looking for a layout that includes different views and allows switching between them, but unlike the tab view which switches instantly and uses a large amount of screen real estate, allows the user to fling/swipe between the views (ideally with small images indicating how many views are available and which one is the current one like, forgive me, iPhone apps display).
The HorizontalScrollView view allows flinging, but does not have a separation between screens. If there isn't a standard component that does this, is there another that is often used for this purpose? I realize I could implement this myself without too much trouble using gestures, but I'd like to avoid reinventing the wheel (if, that is, it's already been invented in this case) and defining my own thresholds for the fling action means my app and other apps that try to do the same thing do not provide a consistent user experience. -- 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

