Problem Putting A Fragment Into Another Fragment
I Tried putting a Fragment into a FrameLayout inside another Fragment via FragmentManager and FragmentTransaction (from android.support.v4.app). The container fragment has a button
Solution 1:
Fragments inside of other fragments is not supported at this time. See:
Post a Comment for "Problem Putting A Fragment Into Another Fragment"