Re: [android-developers] further doubt in layout and activity

2009-12-08 Thread TreKing
Not to mention that, unless your app is dirt-simple, doing everything in one Activity would be a maintenance nightmare. Don't do this to yourself. Think of each Activity as something the user *does* and each layout as what the user *sees* when doing that. So each Activity could have multiple

[android-developers] further doubt in layout and activity

2009-12-07 Thread Jags
Again I am confused a little. If I can show a different layout calling setContentLayout, please anybody can give me an example of a compelling situation where my app would need more than one activity ? regards -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] further doubt in layout and activity

2009-12-07 Thread Mark Murphy
Again I am confused a little. If I can show a different layout calling setContentLayout, please anybody can give me an example of a compelling situation where my app would need more than one activity ? Here are a starting set of arguments, and I am sure there are more to be made: 1. Doing