On Mon, Dec 6, 2010 at 3:59 PM, E. <[email protected]> wrote: > 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?
ViewFlipper, augmented with gesture detection, such as: https://github.com/commonsguy/cwac-viewswiper -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android App Developer Books: http://commonsware.com/books -- 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

