Take a look at the ViewFlipper
http://developer.android.com/reference/android/widget/ViewFlipper.html you
can then impliment your own gesture dection for swipe/fling left/right and
switch the tabs accordingly using the viewflippers next feature.

-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of E.
Sent: Monday, December 06, 2010 4:00 PM
To: Android Developers
Subject: [android-developers] Is there an Android view/layout/widget that
allows flinging/swiping between included views?

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

-- 
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

Reply via email to