_index.html revision 2a5ea7ee95eba09f0824eda66efd4c9a2f8ad5e8
1
2<p>This section includes samples showing the use of the application
3package features of the static support library fir API 13 or later.
4<ul>
5  <li><a href="#Fragment">Fragment</a></li>
6</ul>
7
8
9<h3 id="Fragment">Fragment</h3>
10<dl>
11  <dt><a href="ActionBarTabsPager.html">Action Bar Tabs Pager</a></dt>
12  <dd>Demonstrates the use of fragments to implement switching between
13  ActionBar tabs, using a ViewPager to manager the fragments so that
14  the user can also fling left and right to switch tabs.</dd>
15
16  <dt><a href="FragmentPagerSupport.html">Fragment Pager Support</a></dt>
17  <dd>Demonstrates the use of the v4 support class ViewPager with a
18  FragmentPagerAdapter to build a user interface where the user can fling
19  left or right to switch between fragments.</dd>
20
21  <dt><a href="FragmentStatePagerSupport.html">Fragment State Pager Support</a></dt>
22  <dd>Demonstrates the use of the v4 support class ViewPager with a
23  FragmentStatePagerAdapter to build a user interface where the user can fling
24  left or right to switch between fragments.  This versions of the adapter
25  doesn't keep around the fragment instances that ViewPager has destroyed.</dd>
26</dl>
27