Home | History | Annotate | Download | only in resources
      1 page.title=Developer Resources
      2 @jd:body
      3 
      4 <style type="text/css">
      5   #resource-list-table td {
      6     border: 0;
      7     padding: 0 24px;
      8     width: 33%;
      9     max-width: 250px;
     10     border-right: 1px solid #ddd;
     11   }
     12 
     13   #resource-list-table td.last {
     14     border-right: 0;
     15     padding-right: 0;
     16   }
     17 </style>
     18 
     19 <p>
     20 This section provides articles, tutorials, sample code, and other
     21 information to help you quickly implement the features you want in your
     22 application. To return to this page later, just click the "Resources"
     23 tab while any Resources page is loaded.
     24 </p>
     25 
     26 <h2>Technical Resources</h2>
     27 
     28 <table id="resource-list-table">
     29 <tr>
     30   <td>
     31     <a href="{@docRoot}resources/browser.html?tag=sample">
     32       <img src="{@docRoot}assets/images/resource-big-sample.png"/>
     33     </a>
     34     <h3><a href="{@docRoot}resources/browser.html?tag=sample">
     35       Sample Code
     36     </a></h3>
     37     <p>Fully-functioning sample applications that you can build and run
     38     to learn about how Android works. Feel free to reuse any of the code or
     39     techniques in the samples.</p>
     40   </td>
     41   <td>
     42     <a href="{@docRoot}resources/browser.html?tag=article">
     43       <img src="{@docRoot}assets/images/resource-big-article.png"/>
     44     </a>
     45     <h3><a href="{@docRoot}resources/browser.html?tag=article">
     46       Articles
     47     </a></h3>
     48     <p>Focused discussions about Android development subjects, including
     49     optimizations, tips, interesting implementations, "how-tos",
     50     and so on.</p>
     51   </td>
     52   <td>
     53     <a href="{@docRoot}resources/browser.html?tag=tutorial">
     54       <img src="{@docRoot}assets/images/resource-big-tutorial.png"/>
     55     </a>
     56     <h3><a href="{@docRoot}resources/browser.html?tag=tutorial">
     57       Tutorials
     58     </a></h3>
     59     <p>Step-by-step instructions demonstrating how to build an Android application
     60     that has the specific features you want.</p>
     61   </td>
     62   <!-- <td class="last">
     63     <a href="{@docRoot}resources/browser.html?tag=video">
     64       <img src="{@docRoot}assets/images/resource-big-video.png"/>
     65     </a>
     66     <h3><a href="{@docRoot}resources/browser.html?tag=video">
     67       Videos &amp; Screencasts
     68     </a></h3>
     69     <p>Videos and presentation slides from developer events, along with
     70     screencasts to walk you through common Android development
     71     workflows.</p>
     72   </td> -->
     73 </tr>
     74 </table>
     75 
     76 <h2>Other Resources</h2>
     77 
     78 <dl>
     79 <dt><b>Community</b></dt>
     80 <dd>Links to the Android discussion groups and information about other ways to
     81 collaborate with other developers. </dd>
     82 
     83 <dt><b>Device Dashboard</b></dt>
     84 <dd>Device distribution data, grouped by various dimensions such as screen size
     85 and Android platform version. </dd>
     86 
     87 <dt><b>More</b></dt>
     88 <dd>Quick development tips, troubleshooting information, and frequently asked
     89 questions (FAQs). </dd>
     90 </dl>
     91