[android-developers] Re: Changing screens - switching between layouts?

2010-06-06 Thread Serdel
Thank you for the contribution TreKing. I learned about start new activities using the Intent objects. However I don't thing it is suitable for my idea. Intent are useful in apps that have one 'menu' screen which has many buttons leading to other screens. In my app I don't want any menu screen -

Re: [android-developers] Re: Changing screens - switching between layouts?

2010-06-06 Thread Kevin Duffey
Why couldn't you have each button on the activity start the next activity? On Sun, Jun 6, 2010 at 12:22 AM, Serdel adam.lichwierow...@gmail.comwrote: Thank you for the contribution TreKing. I learned about start new activities using the Intent objects. However I don't thing it is suitable

Re: [android-developers] Re: Changing screens - switching between layouts?

2010-06-06 Thread sachin ravi
Dear Serdel.. * * *If you follow your approach, then when you rotate the screen after setting content of screen C then it will start the * *1st screen A view, which is **not correct. So it is better to start new view with startActivity as suggested.* * * * * On Sun, Jun 6, 2010 at 1:15 PM,