Chapter     6

Android UI Action Bar: Advanced Action Bar Design and ActionBar Class

Now that we’ve covered the different types of Android Menu related classes in the previous two chapters, in the sixth chapter, you will begin learning more about the Android ActionBar class. The ActionBar was introduced in V3 of Android (Honeycomb), also known as API Level 11, or as Android 3.0.

An ActionBar approach allows us to free-up more screen real estate for our applications. This is because by using the ActionBar we can keep menu-type operations out of our primary User Interface ViewGroup layout containers.

Android’s ActionBar class allows us to create different types of ActionBar structures for our Android application, from icon-based ActionBar menus ...

Get Pro Android UI now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.