blob: 9055868840181c80356b55e97f7334cc6fb2e87f [file] [log] [blame]
Dirk Dougherty22558d02009-12-10 16:25:06 -08001page.title=Developer Resources
2@jd:body
3
Roman Nurike577d722010-04-16 15:57:34 -07004<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
Dirk Dougherty22558d02009-12-10 16:25:06 -080019<p>
Roman Nurike577d722010-04-16 15:57:34 -070020This section provides articles, tutorials, sample code, and other
Dirk Dougherty22558d02009-12-10 16:25:06 -080021information to help you quickly implement the features you want in your
Roman Nurike577d722010-04-16 15:57:34 -070022application. To return to this page later, just click the "Resources"
23tab while any Resources page is loaded.
Dirk Dougherty22558d02009-12-10 16:25:06 -080024</p>
25
Roman Nurike577d722010-04-16 15:57:34 -070026<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
Dirk Dougherty22558d02009-12-10 16:25:06 -080078<dl>
Dirk Dougherty22558d02009-12-10 16:25:06 -080079<dt><b>Community</b></dt>
80<dd>Links to the Android discussion groups and information about other ways to
81collaborate with other developers. </dd>
82
Roman Nurike577d722010-04-16 15:57:34 -070083<dt><b>Device Dashboard</b></dt>
84<dd>Device distribution data, grouped by various dimensions such as screen size
85and Android platform version. </dd>
86
Joe Maline52c4a72010-04-14 14:40:59 -070087<dt><b>More</b></dt>
Dirk Dougherty22558d02009-12-10 16:25:06 -080088<dd>Quick development tips, troubleshooting information, and frequently asked
89questions (FAQs). </dd>
90</dl>