Top "Android-nested-fragment" questions

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

Fragment Inside Fragment

I need help regarding working on fragment inside fragment, actually I am facing a problem on pressing back button. Application …

android android-fragments android-nested-fragment
Fragments within Fragments

I'm wondering if this is actually a bug in the Android API: I have a setup like so: ┌----┬---------┐ | | | | 1 | 2 | | |┌…

android android-fragments android-nested-fragment
How to set a ViewPager inside a Fragment

I need to place a ViewPager inside of a fragment, but I have two fragments, Fragment 1 is my MENU, and …

android android-fragments android-viewpager android-nested-fragment
How to add a Fragment inside a ViewPager using Nested Fragment (Android 4.2)

I have a ViewPager with three Fragments, each one shows a List (or Grid). In the new Android API level 17 (…

android android-fragments android-viewpager android-support-library android-nested-fragment
ViewPager inside ViewPager

I would like to create a ViewPager (with three items) where each of its view is another ViewPager (with two …

android android-viewpager swipe swipe-gesture android-nested-fragment
Android 4.2: back stack behaviour with nested fragments

With Android 4.2, the support library got support for nested fragments see here. I've played around with it and found an …

android android-fragments android-nested-fragment
Display fragment viewpager within a fragment

I have a fragment which contains a ViewPager. The ViewPager is associated with an adapter that contains a set of …

android android-fragments android-viewpager android-lifecycle android-nested-fragment
Fragment in ViewPager using FragmentPagerAdapter is blank the second time it is viewed

I have a fragment interface with tabs along the bottom which open different fragments in the main view. I have …

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