Top "Fragment-tab-host" questions

Special TabHost that allows the use of Fragment objects for its tab content.

IllegalStateException: Fragment already added in the tabhost fragment

FATAL EXCEPTION: main Process: com.example.loan, PID: 24169 java.lang.IllegalStateException: Fragment already added: FormFragment{428f10c8 #1 id=0x7f050055 …

android android-fragments tabs android-lifecycle fragment-tab-host
Is it possible to manually call onCreateView in a Fragment?

Is it possible to manually call the method onCreateView in a Fragment or, if not, is there some way I …

android fragment android-view fragment-tab-host
Dynamically changing the fragments inside a fragment tab host?

I have one main activity which is fragment activity here I am setting two tabs with two fragments A and …

android android-fragments android-tabhost fragment-tab-host android-nested-fragment
Change text color and selector in TabWidget

I've a TabWidget, independently of the ÀctionBar, in aFragmentTabHost`. I want to customize the look and feel of the TabWidget …

android customization tabwidget fragment-tab-host
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
Tutorial to implement the use of TabHost in Android 2.2 + ViewPager and Fragments

A short tutorial for people like me who had some trouble finding a way to implement TabHost and ViewPager, including …

android android-viewpager swipe android-2.2-froyo fragment-tab-host
How to create an Android Tabbed Dialog containing fragments?

Can anyone point me to an example or show me how to create a simple Tabbed Dialog in Android where …

android android-fragments android-dialogfragment fragment-tab-host android-nested-fragment
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
IllegalStateException on FragmentManager

My app keeps to report this issue on many Android platforms (4.1, 4.0.4, 2.3.6...). But I could not reproduce this issue on my …

android fragment illegalstateexception fragment-tab-host