I have MainActivity which extends Fragment Activity, has a NavigationDrawer and a ViewPager(3 fragments) in its layout On each Item click of NavigationDrawer corresponding fragment is called. On every launch of the application, I can able to slide between the 3 views in the View Pager, But if I navigate to other fragment from the DrawerLayout and come back to the layout which has the ViewPager, I am not able to see all the 3 fragments sliding in the view pager, some appears and some disappears in a random fashion
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

