Top "Android-nested-fragment" questions

Nested android fragments represent fragments which are embedded in other fragments.

Android adding Fragment inside Fragment

Hi there (and thanks in advance), I have an application with a Google Play Store-like layout (using PagerTabStrip with 5 sub …

android android-fragments android-nested-fragment fragmentmanager
Fragment Recursive entry to executePendingTransactions Error

I have an error as: 03-01 11:20:43.453: E/AndroidRuntime(31235): java.lang.RuntimeException: Error receiving broadcast Intent { act=com.qz.Blaze.ServiceStarted …

android android-fragments android-viewpager android-fragmentactivity android-nested-fragment
getChildFragmentManager() and support libraries

I am using the getChildFragmentManager() in an app that is compiling against API level 19, with the minimum SDK set to 14. …

android android-fragments android-nested-fragment
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
Adding a fragment to a dialog

I would like to add a fragment to a dialog (it can be either a DialogFragment or a regular Dialog). …

android android-fragments android-dialogfragment android-nested-fragment
Android: Can you nest Fragments?

Is it possible to stick a Fragment in the layout of another Fragment? Has anyone tried this?

android android-fragments fragment android-nested-fragment
How to show DialogFragment from Fragment in actionBar android

I use Tabs ActionBar with Fragments. Inside one fragment I have button. I want to show a DialogFragment (inside my …

android android-fragments android-dialogfragment android-nested-fragment
android.support.v4.app.Fragment: undefined method getChildFragmentManager()

I'm using ActionBarSherlock and ViewPageIndicator and I tried to implement nested fragments, but the method getChildFragmentManager() is undefined in myandroid.…

android android-fragments android-support-library android-nested-fragment
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