Hi there! I program on an application where different views are arranged horizontally, each view of screen size. The user should be able to switch between these views using his finger. I first used the ViewFlipper, which was great for simple layouts, but which is *way* too slow if the layouts of the views are more complex, because all Views are drawn.
A much better method would be to place one layout per activity and switch between these activities using the slide in / slide out animations. Is something in this direction possible with Android right now? Any recommendations or best practices? Regards & great thanks in advance Marc Reichelt || http://www.marcreichelt.de/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

