I am developing an app where i used TabHost. Inside my TabHost, there are four tabs. Each tab has its own ActivityGroup. Now, what i want is, in a Acitivty inside one of my ActivityGroup under a tab, i want to remove the Tabwidget temporarily so that the frameLayout will be visible through entire screen of the device. Then, when the activity switch to another activity, the Tabwidget will re-appear on the screen. So the first question is, can i do this? If then, how can i do that? If not possible, then is it possible to switch between a normal activity and an activity inside ActivityGroup under a tab of Tabwidget?
|
feedback
|
|
| |||
feedback
|
|
Since You would need a reference to your TabWidget - where this reference needs to be, depends on what class will handle hide/show. In my example below I will assume you put the functionality in your
Then in the
And to reshow the tabs, the same thing but calling | |||
feedback
|