Nested Fragments (multi-pane In Tab)
i have problems to use a fragment in a fragment. The first fragment is a tab view an in one tab i want to have a multi-pane Layout like this: The error is: android.view.InflateE
Solution 1:
Usually this is done using fragments in ACTIVITIES, not in other fragments. Are you sure you really want fragments in other fragments ?
The picture you are referring to is by the way showing this scenario (ACTIVITIES contain fragment A or B).
Post a Comment for "Nested Fragments (multi-pane In Tab)"