Top "Android-tabhost" questions

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

FragmentPagerAdapter - how to detect a swipe or a tab click when user goes to a new tab?

I have a MainActivity that has three fragments in a FragmentPagerAdapter as below. How can I find out when an …

android android-fragments android-viewpager android-tabhost android-pageradapter
iPhone- like tab bar in Android?

In iPhone we can create a view that has a tab bar and make it the root view of the …

android android-tabhost
Badge on Android TabHost

I want to implement the functionality same as was there in iPhone I implemented the custom Tabhost same as in …

android android-tabhost android-custom-view android-tabactivity
Custom tabs in android

I'm having a really hard time understanding how to use custom tabs in android. I don't want to just be …

android android-tabhost
Where can I find Android Tab Icons

Does anybody know of a website where I can find Android TabHost icons? (free or paid)

android icons android-tabhost
Android: How to build tabs like the ones show on Android UI Page

So android goes out of its way to build this nice UI guide for everyone to use. But I don't …

android android-layout android-tabhost android-ui
Issues with Android TabHost Example

I have been attempting to implement the 'advanced' tabwidget example from google. But, when it tries to call tabHost.addTab(…

android android-tabhost
java.lang.IllegalStateException: No activity

I'm building an Android app for which I'd like my first activity to be composed of 2 tabs, one for the …

android android-fragments android-tabhost
Update tabs from a tab's activity in a Android TabHost

I have a TabActivity and am going to have 3 or 4 tabs. In TabA, I would like to have an ExpandableListView, …

android android-activity android-intent android-tabhost
Swipe with tab host

I have a TabHost control (not in actionbar), and I want to make the tabs to change when the user …

android android-tabhost swipe nui