user965071
user965071

Reputation: 1683

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

Upvotes: 4

Views: 14845

Answers (2)

Vidar Vestnes
Vidar Vestnes

Reputation: 42964

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

Read about Navigation Drawer for more details.

Upvotes: 7

Stefan de Bruijn
Stefan de Bruijn

Reputation: 6319

SlidingMenu is a great and easy-to-use library for this.

edit: Sorry, thought the question was only about the slide-in menu. For actionbar, your best library will be ActionbarSherlock

Upvotes: 4

Related Questions