Question

Android Tab group Activity go to next Activity from Previous Activity ..How to Hide The Bottom Tab? And while coming from next Activity to Previous Activity I have to Show the Bottom Tab.

Was it helpful?

Solution

You can maybe just start a new Activity that is not a child from the GroupActivity? Then it will be added in the stack, but won't be in the TabActivity.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top