I’m trying to make an app that has three tabs, each with different but linked content. Currently, I want some features to appear on one tab but not on another. For example, I would like a SeekBar to be displayed on only one of the tabs. But, currently, it is displayed for all of them.
I greatly appreciate any help
It seems like you want to dynamically add content to the TabHost. You will be able to add different tabs to the TabActivity once it is created based on a variable. Here is an example …
This way the tabs will be different if
booistrueor if boo is false. Then you can add your content toHelloActivityandGoodbyeActivity.