Is there a "swipe control" for mobile development that lets me smoothly switch between two screens?
-
In many mobile apps, there are multiple screens that the user can move between by swiping left or right. Has anybody created a control to do this?
I tried having two widgets, both of them the size of the screen, and positioning one widget just off-screen to the right, and then in a loop [moving both widgets a few pixels to the left and then redrawing] until the new screen is positioned correctly. It works, it's just painfully slow ...