Top "Android-tabhost" questions

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

How to return a result (startActivityForResult) from a TabHost Activity?

I have 3 classes in my example: Class A, the main activity. Class A calls a startActivityForResult: Intent intent = new Intent(…

android android-activity android-tabhost
Remove old Fragment from fragment manager

I'm trying to learn how to use Fragments in android. I'm trying to remove old fragment when new fragment is …

android android-fragments android-tabhost
TabHost with Fragments and FragmentActivity

I'm working on an Android App and I want to use 3 tabs for navigation using Fragments for each tab, but …

android android-fragments android-tabhost android-fragmentactivity
Android TabWidget detect click on current tab

I am trying to find way to be able to fire an onclick event on a tab when this tab …

android listener android-tabhost tabwidget
Is there any way to change android:windowSoftInputMode value from java class?

I want to act my tabs to have different windowSoftInputMode properties for each tab. How to access this property from …

android android-tabhost android-softkeyboard
Android Refresh activity when returns to it

I need a little help with refreshing one of my activities in my application. I'm using tab host activity and …

android android-activity refresh android-tabhost
How to change the font size of tabhost in android

How can the font size of the tabs be changed? I extend TabActivity for the tabs.

android android-tabhost tabwidget android-style-tabhost
How do I use tabHost for Android

I have looked at posts on Stack Overflow and at tutorials on other websites, and I cannot understand how to …

java android xml android-tabhost
Android - iphone style tabhost

Is it possible to style the Android Tabhost to look like that of the iPhone? If not, is there any …

android tabs android-tabhost android-style-tabhost
How to change the Tabs Images in the TabHost

I am using the TabHost in my application, I am using four Tabs in my application and I want to …

android android-tabhost android-image