I have a fragment in Navigation Drawer project. It contains 7 tabs. When i clicked on tabs it should show fragment below the tabs. Fragment loads but does not show up.
Fragment code that contains the tabs can be found @ http://pastebin.com/SAARGWLh (FragmentLoadshedding.java)
and the fragment class code that should be displayed inside above fragment can be found @ http://pastebin.com/dnamPgBr (group1.java)
While i run the code and click on tabs 1,2 or any other the code inside group1.java is running but cannot load its content i.e. group1.xml.
Please suggest appropriate solution.