1
2<p>This section includes samples showing the use of the application
3package features of the static support library.</p>
4<ul>
5  <li><a href="#ActionBar">Action Bar</a></li>
6</ul>
7
8
9<h3 id="ActionBar">Action Bar</h3>
10<dl>
11  <dt><a href="ActionBarMechanics.html">Action Bar Mechanics</a></dt>
12  <dd>Demonstrates the basics of the Action Bar and how it interoperates with the standard options
13menu. This demo is for informative purposes only; see Usage for an example of using the
14Action Bar in a more idiomatic manner.</dd>
15
16  <dt><a href="ActionBarUsage.html">Action Bar Usage</a></dt>
17  <dd>Demonstrates simple usage of the Action Bar, including a SearchView as an action item. The
18default Honeycomb theme includes the Action Bar by default and a menu resource is used to populate
19the menu data itself. If you'd like to see how these things work under the hood, see
20Mechanics.</dd>
21
22  <dt><a href="ActionBarActionProviderSettingsActivity.html">Settings Action Provider</a></dt>
23  <dd>Shows how to implement an ActionProvider for launching the system settings that supplies a
24  menu item with a specialized action view and handles standard menu item clicks in one place.</dd>
25
26  <dt><a href="ActionBarDisplayOptions.html">Display Options</a></dt>
27  <dd>Shows how various Action Bar display option flags can be combined and their effects.</dd>
28</dl>
29