Search code examples
javaandroidandroid-4.2-jelly-bean

How to create a GMail.app like menu


I'm new into Android programming, but making steady progress with it. My app has several activities, and I would like to add an GMail.app like menu to it.

enter image description here

It would be very stunning if someone could give me a hint what I should search the API docs for to create a menu like this. Thanks a lot.


Solution

  • If you're targeting API 11 and higher you can just use the ActionBar. If you want to provide the same UI for devices with older versions of Android as well, you can give ActionBarSherlock a try. Here's a tutorial on how to use it.