blob: 832d60ebcd86411c5dda7b6afc109055ca1820ec [file] [log] [blame]
<p>This section includes samples showing the use of the application
package features of the static support library fir API 13 or later.
<ul>
<li><a href="#Fragment">Fragment</a></li>
</ul>
<h3 id="Fragment">Fragment</h3>
<dl>
<dt><a href="ActionBarTabsPager.html">Action Bar Tabs Pager</a></dt>
<dd>Demonstrates the use of fragments to implement switching between
ActionBar tabs, using a ViewPager to manager the fragments so that
the user can also fling left and right to switch tabs.</dd>
<dt><a href="FragmentPagerSupport.html">Fragment Pager Support</a></dt>
<dd>Demonstrates the use of the v4 support class ViewPager with a
FragmentPagerAdapter to build a user interface where the user can fling
left or right to switch between fragments.</dd>
<dt><a href="FragmentStatePagerSupport.html">Fragment State Pager Support</a></dt>
<dd>Demonstrates the use of the v4 support class ViewPager with a
FragmentStatePagerAdapter to build a user interface where the user can fling
left or right to switch between fragments. This versions of the adapter
doesn't keep around the fragment instances that ViewPager has destroyed.</dd>
</dl>