[android-developers] Re: Overhead of creating many activities

2011-11-03 Thread Studio LFP
You might want to check into Fragments. http://developer.android.com/guide/topics/fundamentals/fragments.html They are similar to Activities (very little work to swap an Activity to a Fragment) and you can manage the backstack. Steven Studio LFP http://www.studio-lfp.com On Thursday,

[android-developers] Re: Overhead of creating many activities

2011-11-03 Thread Mat Jones
Hi thank you all for your replies I will look into Fragments I expect the users to switch activities every 5+ seconds, so I would prefer to keep things as is Regards -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,