Dirk Dougherty | 22558d0 | 2009-12-10 16:25:06 -0800 | [diff] [blame] | 1 | page.title=Developer Resources |
| 2 | @jd:body |
| 3 | |
| 4 | <p> |
| 5 | This section provides technical articles, tutorials, sample code, and other |
| 6 | information to help you quickly implement the features you want in your |
| 7 | application. |
| 8 | </p> |
| 9 | |
| 10 | <dl> |
| 11 | <dt><b>Technical Articles</b></dt> |
| 12 | <dd>Focused discussions about Android development subjects, including |
| 13 | optimizations, tips, interesting implementations, |
| 14 | and so on. Most of the articles provide "how-to" instructions for adding |
| 15 | features or functionality to your app. The articles are drawn from posts to the |
| 16 | Android Developers Blog. |
| 17 | </dd> |
| 18 | |
| 19 | <dt><b>Tutorials</b></dt> |
| 20 | <dd>Step-by-step instructions demonstrating how to build an Android application |
| 21 | that 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, |
| 25 | to learn about how Android works. Feel free to reuse any of the code or |
| 26 | techniques 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 |
| 30 | collaborate with other developers. </dd> |
| 31 | |
Joe Malin | e52c4a7 | 2010-04-14 14:40:59 -0700 | [diff] [blame] | 32 | <dt><b>More</b></dt> |
Dirk Dougherty | 22558d0 | 2009-12-10 16:25:06 -0800 | [diff] [blame] | 33 | <dd>Quick development tips, troubleshooting information, and frequently asked |
| 34 | questions (FAQs). </dd> |
| 35 | </dl> |
| 36 | |
| 37 | <p>To return to this page later, just click the "Resources" tab while any |
| 38 | Resources page is loaded. </p> |