Android action bar left menu

I am working on an Android application. I need to add a menu on the left side of the action bar. I can add a menu on the right side, but along with the right side menu, I also want to add a menu on the left side of the action bar in the same way:

aooul.png

I spent several hours searching for how to reach this menu on the left, but failed. How can i achieve this? Thank!

+3
source share
2 answers

This is called Navigation Drawer. You can see the official android tutorial here and this too

+6
source

. customview

0

All Articles