[android-developers] Sliding screen controlled by button

2010-11-22 Thread timecatcher3
How do I set up a button in the middle of each item of a list view (or is it expandable?) such that the horizontal movement of the button to either end of the screen in portrait mode will lead to the activity page to slide and display another activity based on the direction the button is moved? --

[android-developers] button on screen that controls page sliding

2010-11-22 Thread timecatcher3
I am dragging my button I can see my current activity page moving. It is actually like when one slides on the home screen and can control the sliding depending on how far he slides his finger on the screen. Thanks, timecatcher3 -- You received this message because you are subscribed to the

[android-developers] Re: button on screen that controls page sliding

2010-11-25 Thread timecatcher3
Hi TreKing, I want to use the ViewFlipper or ViewSwitcher with animation but want to control the sliding like the sliding drawer button does for the Android App Menu? On Nov 23, 6:15 pm, TreKing wrote: > On Sat, Nov 20, 2010 at 4:51 PM, timecatcher3 wrote: > > > I wanted to make a b