DrawerLayout and Multi Pane Layout
My application uses a Multi Pane layout to display a list of assignments. Each Assignment can be put in one AssignmentCategory . I want to use a DrawerLayout to display all the AssignmentCategories so the user can switch easily between the diffirent categories. I didn't manage to create such a layout. In the official DrawerLayout tutorial the DrawerLayoutActivity replaces a Fragment when a user clicks on a item (in my case an AssignmentCategory ). The problem I facing is that a Multi Pane layout requires a FragmentActivity . I don't know how to create a Fragment which contains a Multi Pane