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?
Share
StartActivity()works insideActivityGroupalso .so activity will start in complete screen and
finish();will send back toActivityGroup().