summaryrefslogtreecommitdiff
path: root/samples/Support13Demos/src/com/example/android/supportv13/app/_index.html
blob: 832d60ebcd86411c5dda7b6afc109055ca1820ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<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>