1<p>The Support v13 Demos application contains a variety of small sample
2code showing how to use key features of the Android API 13+ Support Library.
3This library contains code that you can
4build in to your application to access new features and common
5utilities while being able to run down to version 3.2 (API 13)
6of the platform.
7</p>
8
9<script type="text/javascript">
10
11// This is a totally temporary hack to display the following content only
12// when the docs are online. This will be changed once the samples get moved.
13
14if (toRoot == "/") {
15
16document.write(""+
17"<p>You'll notice that all the samples are included in a single Android "+
18"project, so the application code and other resource files for all samples are batched "+
19"together. Current samples are only for the fragment and loader in the "+
20"application part of the support library:</p>"+
21
22"<ul><li><a href='src/com/example/android/supportv13/app/index.html'>App</a></li></ul>");
23
24}
25
26</script>
27