Top "Android-nested-fragment" questions

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

ViewPager in TabFragment is not loading a second time

I'm trying to make an app that has a ViewPager in a Fragment that is part of a TabHost. Everything …

android android-fragments android-viewpager android-nested-fragment
NoSuchMethodError getChildFragmentManager()

I'm trying to implement a ViewPager with a FragmentPagerAdapter, where the ViewPager itself is located inside a fragment. I've read …

android android-fragments actionbarsherlock android-support-library android-nested-fragment
Correct way to remove all (Child) fragments

I load a bunch of Child fragments dynamically inside a Parent's Fragment linearLayout (fragmentContainer), then when user clicks a button, …

android android-fragments android-nested-fragment
ViewPager inside fragment issue

I'm having problem with view pager which is inside of some fragment. To work with view pager I'm using FragmentPagerAdapter. …

android android-fragments android-viewpager android-nested-fragment
Nested Fragments using support library v4 revision 11

The last revision of the support library from this morning (Android Support Package v4 revision 11) is supposed to support nested …

android android-fragments android-viewpager android-support-library android-nested-fragment
ViewPager with multiple fragment instances of same class

I am trying to create a ViewPager which contains 5 fragments. 5 fragments "container", so each of them contain 2 fragments. The 4 first …

android android-layout android-fragments android-viewpager android-nested-fragment
Where is getChildFragmentManager in support library v13?

Android support library v13 is supposed to provide support for newer APIs from Android 3.1. However, as far as I can …

android android-fragments android-nested-fragment
FragmentPagerAdapter inside Fragment

I'm having a bit of trouble implementing a design based around multiple ViewPagers. At a high level, I have a …

android android-fragments android-viewpager fragmentpageradapter android-nested-fragment