Android Actionbar Left Menu
android, android-actionbar, android-layout, java
Solution
This is called `Navigation Drawer`, You can look at the official android tutorial here, and this one too
Problem
I am working on android application. I have to add a menu on the left side of Action Bar. I am able to add menu on the right side but along with right side menu, I also want to add a menu on left side of Action Bar just like : I have spent hours on searching how to achieve that left side menu, but no success. How can I achieve that? Thanks!