Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ActionBar and sliding out menu in android

I just want to create an action bar as foursquare app. enter image description here

and i want to show a slide out menu when the home button pressed just like the image shown. enter image description here

I am able to create the custom action bar but not like the first image. Please provide any tutorial which will help to create the Action bar

like image 368
user965071 Avatar asked Dec 21 '22 09:12

user965071


1 Answers

You may use the version included in the Google Android SDK (instead of an 3rd party lib.)

Read about Navigation Drawer for more details.

like image 157
Vidar Vestnes Avatar answered Dec 23 '22 01:12

Vidar Vestnes