Top "Android-tabhost" questions

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

Android using viewPager vs using tabhost

In my Android application I have had to use a tab layout and I want to choose a one from …

android android-viewpager android-tabhost
Can I use default tab styling in my custom tab view?

My main activity is a TabActivity, but my tabs don't require icons. I know I can omit the icon by …

android tabs android-tabhost
findFragmentByTag - looking for fragment in FragmentTabHost - always null

I'm having trouble getting a pointer to a Fragment which is the currently visible fragment in a FragmentTabhost. I have …

android actionbarsherlock android-tabhost fragment-tab-host
Starting an AnimationDrawable in Android

Where should I start an AnimationDrawable that needs to animate when the activity is shown? The developer guide recommends using …

android animation android-tabhost drawable
Android - TabHost inside ScrollView

I'm writing an app that implements nested tabs. Because two sets of tabs occupy quite a bit of space and …

android scrollview android-tabhost tabwidget android-xml
TabHost / TabWidget - Scale Background Image?

I need to scale my TabWidget background images so they maintain aspect ratio. I am using a TabHost with a …

android background scale android-tabhost tabwidget
The text color does not change TabWidget

I'm trying to change the TabWidget text color, without success, even though I've tried different way to change it (see …

android android-tabhost textview android-textattributes