As an example, see the following tutorial on how my tabs are setup initially.
Instead of a normal activity running on one of the tabs, I want another TabActivity. So what I’m trying to do is run a TabActivity within a TabActivity. I believe the issue is that the ID’s conflict. I have tried to solve this by changing the ID’s on the secondary activity’s xml file and calling those manually in the activity, but have had no luck.
I have been searching for hours for a solution for this, but have come up with nothing.
Multiple tab activities with an application is possible.
For instance:
App contains a Launcher TabActivity (HomeTabActivity) with two tabs : Tab 1 and Tab 2
HomeTabActivity (Very First Main Tab Activity):
Tab1 (TabActivity Embedded inside the HomeTabActivity) :
Tab2 (Another TabActivity Embedded inside the HomeTabActivity) :
hometab.xml
tab1.xml and tab2.xml