I have been looking for this all day. And I've have read through the Android Developer references aswell.
I would like the following structure in my xml.
<LinearLayout>
<fragment />
<fragment />
</LinearLayout>
The following LinearLayout shall be ONE PAGE. The problem here is that FragmentPageradapter wants ONE fragment in return, I the screen to include TWO Fragments.
Is this even possible? There is no documentation on it in on Android Developer. The closest thing is the Dynamic UI however that has nothing to do with including a FragmentPageradapter.