[android-developers] Same Title bar but different view below it?

2010-04-09 Thread javame_android
Hi, In one of my Android Application I need to keep the title bar same but the view that is shown in the rest of the screen changes. So, I have taken different Activity for all the views that I need to show and set the title bar in every Activities onCreate method. Now, the problem is that I

Re: [android-developers] Same Title bar but different view below it?

2010-04-09 Thread Mark Murphy
javame_android wrote: In one of my Android Application I need to keep the title bar same but the view that is shown in the rest of the screen changes. So, I have taken different Activity for all the views that I need to show and set the title bar in every Activities onCreate method. Now,