[android-developers] Re: Architecture dilema

2009-08-20 Thread Dmitry.Skiba
You can also use full screen non-transparent dialogs. They look like activities, but are simpler to handle. For example for Settings screen of a game I would (and in fact, do) go with dialogs. Dmitry On 20 авг, 13:40, loctarar andrei.bu...@gmail.com wrote: Hello! This may sound a little

[android-developers] Re: Architecture dilema

2009-08-20 Thread Yusuf Saib (T-Mobile USA)
Generally speaking, using views instead of activities saves memory but requires more development time. I recommend you first make three activities and a menu, and then optimize for memory/speed/etc as needed. Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in