Would there be an advantage of using multiple Activity classes each with their own primary layout as opposed to creating multiple layout views and stacking them into FrameLayout? One of the things I currently do in my WM development that has worked very well in terms of performance is to create multiple layers for a form and then show or hide the layers based on what the user is doing. I could see using the FrameLayout class to stack multiple other layouts that would provide the same capabilities. This would allow me to use a single Activity to wrap what I need rather than creating multiple Activities.
thanks, Mark --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

