Dianne Hackborn | 102041a | 2011-06-16 13:35:51 -0700 | [diff] [blame] | 1 | <p>The Support v13 Demos application contains a variety of small sample |
| 2 | code showing how to use key features of the Android API 13+ Support Library. |
Dianne Hackborn | 72d2e5c | 2011-06-02 19:44:14 -0700 | [diff] [blame] | 3 | This library contains code that you can |
| 4 | build in to your application to access new features and common |
Dianne Hackborn | 102041a | 2011-06-16 13:35:51 -0700 | [diff] [blame] | 5 | utilities while being able to run down to version 3.2 (API 13) |
Dianne Hackborn | 72d2e5c | 2011-06-02 19:44:14 -0700 | [diff] [blame] | 6 | of 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 | |
| 14 | if (toRoot == "/") { |
| 15 | |
| 16 | document.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 Hackborn | 7ffb7d4 | 2011-06-06 14:03:46 -0700 | [diff] [blame] | 22 | "<ul><li><a href='src/com/example/android/supportv13/app/index.html'>App</a></li></ul>"); |
Dianne Hackborn | 72d2e5c | 2011-06-02 19:44:14 -0700 | [diff] [blame] | 23 | |
| 24 | } |
| 25 | |
| 26 | </script> |