zirouan / NavigationDrawer-MaterialDesign

Library Navigation drawer material design
1.06k stars 272 forks source link

Blank Fragments under ViewPagerFragment #63

Closed bmbariah closed 9 years ago

bmbariah commented 9 years ago

I'm having an issue where my fragments are coming up as blank when i put them on the createTabPagerItem() method in ViewPagerFragment

Here's the fragment am trying to run http://pastebin.com/NhBkcV3b

Also, if i run it directly from the MainActivity onItemClick(), it runs flawlessy..I dont think the getView Method is being called when i call it from the ViewPagerFragment. Kindly assist

EDIT: Nevermind, fixed it,problem was in my adapter class..Thanks for the amazing library btw...