This document discusses key functions of an app's action bar including providing a dedicated space for important actions in a predictable way and supporting navigation and view switching. It also covers how to specify actions in XML, add actions to the action bar, respond to action buttons, add an up button, and enable the app icon using an Android theme. The action bar offers a familiar user experience while showing an app's activities and supports Android 2.1 and above.
2. ? Show apps activities.
? Offer familiar user experience.
? Key function include:
? A dedicated space.
? Access to important actions in a predictable way .
? Support for navigation and view switching.