blob: f913a994b5622671b870204a971be99fef2eb55b [file] [log] [blame]
Dianne Hackborn102041a2011-06-16 13:35:51 -07001<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.
Dianne Hackborn72d2e5c2011-06-02 19:44:14 -07003This library contains code that you can
4build in to your application to access new features and common
Dianne Hackborn102041a2011-06-16 13:35:51 -07005utilities while being able to run down to version 3.2 (API 13)
Dianne Hackborn72d2e5c2011-06-02 19:44:14 -07006of 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
Dianne Hackborn7ffb7d42011-06-06 14:03:46 -070022"<ul><li><a href='src/com/example/android/supportv13/app/index.html'>App</a></li></ul>");
Dianne Hackborn72d2e5c2011-06-02 19:44:14 -070023
24}
25
26</script>