[android-developers] Re: Swipe to next screen

2010-04-21 Thread Eddie Ringle
Okay, thanks. Just wanted a second opinion. On Apr 20, 3:26 pm, patbenatar patbena...@gmail.com wrote: I would assume this is done by having the Views you'd like the user to be able to switch between with a fling of the finger all contained within one Activity and in that Activity you can

[android-developers] Re: Swipe to next screen

2010-04-20 Thread patbenatar
I would assume this is done by having the Views you'd like the user to be able to switch between with a fling of the finger all contained within one Activity and in that Activity you can listen for MotionEvents on the currently displaying View. When you detect the event you're looking for (a

Re: [android-developers] Re: Swipe to next screen

2010-04-20 Thread abisai rangel
New HP Slate Photos here Website with photoshttp://bizoppoffer.com/x/0/1320/6428/ On Tue, Apr 20, 2010 at 12:26 PM, patbenatar patbena...@gmail.com wrote: I would assume this is done by having the Views you'd like the user to be able to switch between with a fling of the finger all