My application has a TabActivity which contains 4 tabs. Each tab contains the corresponding activities.
The activity in the first tab is the Boot Activity. Based on some conditions I have to enable/disable the other 3 tabs from this Activity.
Can anyone help in enabling/disabling tabs from activities inside the tab?
I think you are talking about hiding a tab.
Then use the following
Get
TabHostfrom resource asThen runtime use this
Supposing that you are trying to hide 4th Tab.(So 3 is used)