Home | History | Annotate | Download | only in Support4Demos
      1 <p>The Support v4 Demos application contains a variety of small sample
      2 code showing how to use key features of the Android API 4+ Support Library.
      3 This library contains code that you can
      4 build in to your application to access new features and common
      5 utilities while being able to run down to version 1.6 (API 4)
      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 
     22 "<ul><li><a href='src/com/example/android/supportv4/app/index.html'>App</a></li></ul>");
     23 
     24 }
     25 
     26 </script>
     27