i was able to implement navigation drawer like this.its navigate on the my MainActivity.
but can i navigate my drawer like this app?
i was able to implement navigation drawer like this.its navigate on the my MainActivity.
but can i navigate my drawer like this app?
1) Have a look at this:
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);
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.