I wrote a simple Android program with 2 tabs. Tab 1 has a button which will open a new window. But I realized that when opening this new window, the Android tab bar will be hidden.
I’d like to always show the Android tab bar when new activity starts ie show tab bar for all activity
Basicly, you need to create framelayout, which will host your new activities.
Here is tabs.xml
And here is TabsActivity:
this example will create 2 tabs, and 2 activities. Tap on any tap will start activity. Tabs will be always on top of screen.
UPD.
ActivityGroups may help you
http://blog.henriklarsentoft.com/2010/07/android-tabactivity-nested-activities/