Hello, I am currently using a View Flipper to create views on the fly and allow the user to move between views by performing a fling action on the screen. But the way it currently works is that after the fling action is performed, the changing of the view is triggered which uses a move in and move out animation.
What i want to have is something like the home screen of android where the user can see the new view while he is trying to drag/scroll the screen. I want a view that the user can just drag to either go to the right or the left side and the views on either side can be a part of the current view or can be new views that are inflated at runtime. Does anybody know how to implement this? Thoughts? Thanks - Kavik --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

