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:

  1. fragmentactivity(contains 3 fragment viewpager)
  2. second fragment
  3. 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

navigation-drawer-page-sliding-tab-strip


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -