Top "Android-tabhost" questions

Display a sub list of tab labels representing each page in the parent's tab collection.

How to call tab Onclick and OnTabChange for same tab

In my project, I have two tabs and a button. For two tabs,I have two activities and button calling …

android android-tabhost android-tabactivity
Android tabHost and tabWidget icon issue

I'm working on an Android Application which uses the Tab Host icons downloaded from internet and Icon size is 30x30. …

android tabs icons android-tabhost
Android: customizing the look of Tabs using TabHost & TabWidget

I opend a post about this before but I feel that I can now (after reading some other posts) better …

java android tabs android-tabhost tabwidget
Vertical tabs in Android

I want to make vertical tabs in Android like below image. I had see example for vertical tabs from below …

android android-tabhost
Replace one fragment to another fragment in the TabHost

I am creating a five tabs that contains one fragment each. I am using ListView in the first tab and …

android android-fragments android-tabhost fragment-tab-host
Getting reference to nested fragment from FragmentTabHost

In my application, I use an Activity which holds one Fragment with FragmentTabHost and hence all its tabs are nested …

android android-fragments android-tabhost android-nested-fragment
Android - TabActivity with Transition animation

I'm trying to add an animation to my TabActivty. For example, when the user select the 2nd tab, I want …

android animation android-tabhost
Android FragmentTabHost - Not fully baked yet?

I wanted to see if anyone has had success with customization of tabs using FragmentTabHost that comes with the new …

java android android-fragments android-tabhost
Android how can i replace the deprecated tabhost?

I'm going to create an application which is designed to use Tabhost, but as I know it's been deprecated. So …

android android-tabhost
Android TabHost.addTab -> Null pointer exception

Here is my code: public class Main extends Activity { @Override public void onCreate(Bundle savedInstanceState) { TabHost tabHost = new TabHost(this); …

android nullpointerexception android-tabhost