Android NavigationDrawer and ViewPager as its one of fragment -
i have created sherlockfragmentactivity has 3 fragments viewpager. want use activity in navigationdrawer confused how this. google+ app has kind of implementation wondering how achieve this.
navigationdrawer have following ui elements:
- fragmentactivity(contains 3 fragment viewpager)
- second fragment
- third fragment
is kind of layout possible navigation drawer if yes, how should it. if not, should achieve kind of navigation in app.
you can use below libraries navigation model similar requirement
- actionbarsherlock (github)
- nested-fragments (github)
- pagerslidingtabstrip (github)
- navigationdrawer (android developer site)
- latest support v4 library
have @ post
below screenshot of sample app navigation drawer tab strip example @ github
Comments
Post a Comment