Home | History | Annotate | Download | only in Support7Demos
      1 <p>The Support v7 Demos application contains a variety of small sample
      2 code showing how to use key features of the Android API 7+ 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 2.1 (API 7)
      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.  To help you find the code that's relevant to you, here's a directory that "+
     20 "points to the program code for the different topics included in the project:</p>"+
     21 
     22 "<ul>"+
     23 "<li><a href='src/com/example/android/supportv7/app/index.html'>App</a></li>"+
     24 "<li><a href='src/com/example/android/supportv7/media/index.html'>Media</a></li>"+
     25 "<li><a href='src/com/example/android/supportv7/view/index.html'>Views</a></li>"+
     26 "</ul>");
     27 
     28 }
     29 
     30 </script>
     31