blob: 166872131a970d951f9fe63d5964cb35571a94bd [file] [log] [blame]
Dirk Dougherty22558d02009-12-10 16:25:06 -08001page.title=Developer Resources
2@jd:body
3
4<p>
5This section provides technical articles, tutorials, sample code, and other
6information to help you quickly implement the features you want in your
7application.
8</p>
9
10<dl>
11<dt><b>Technical Articles</b></dt>
12<dd>Focused discussions about Android development subjects, including
13optimizations, tips, interesting implementations,
14and so on. Most of the articles provide "how-to" instructions for adding
15features or functionality to your app. The articles are drawn from posts to the
16Android Developers Blog.
17</dd>
18
19<dt><b>Tutorials</b></dt>
20<dd>Step-by-step instructions demonstrating how to build an Android application
21that has the specific features you want. </dd>
22
23<dt><b>Sample Code</b></dt>
24<dd>Fully-functioning sample applications that you can look at or build and run,
25to learn about how Android works. Feel free to reuse any of the code or
26techniques that you find in the samples!</dd>
27
28<dt><b>Community</b></dt>
29<dd>Links to the Android discussion groups and information about other ways to
30collaborate with other developers. </dd>
31
Joe Maline52c4a72010-04-14 14:40:59 -070032<dt><b>More</b></dt>
Dirk Dougherty22558d02009-12-10 16:25:06 -080033<dd>Quick development tips, troubleshooting information, and frequently asked
34questions (FAQs). </dd>
35</dl>
36
37<p>To return to this page later, just click the "Resources" tab while any
38Resources page is loaded. </p>