-1

i was able to implement navigation drawer like this.its navigate on the my MainActivity.

enter image description here

but can i navigate my drawer like this app?

enter image description here

hash
  • 5,336
  • 7
  • 36
  • 59

2 Answers2

2

1) Have a look at this:

slide actionbar

or

2) Consider using SlidingMenu library from GitHub . It's powerfull flexible and also you can do ANYTHING with it. You can slide the actionbar by just simply calling:

setSlidingActionBarEnabled(true);
Community
  • 1
  • 1
Panayiotis Irakleous
  • 2,696
  • 1
  • 23
  • 36
1

Android v4 widget Navigation Drawer doesn't move your Actionbar and your content. If you want to move the whole content to right with the slider then use this Sliding Menu. It provides the exact what you are looking for.

iMDroid
  • 2,108
  • 1
  • 16
  • 29