Scott Main 50e990c64f Massive clobber of all HTML files in developer docs for new site design
Change-Id: Idc55a0b368c1d2c1e7d4999601b739dd57f08eb3
2012-06-21 21:27:30 -07:00

53 lines
1.6 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

page.title=Next Steps
walkthru=1
@jd:body
<p>Now that you've installed the Android SDK, here are are a few ways to learn Android
and start developing: </p>
<h3>Start coding</h3>
<ul>
<li>Follow the training class for <a
href="{@docRoot}training/basics/firstapp/index.html">Building Your First App</a>.
<p>This class is an essential first step for new Android developers.</p>
<p>It gives you step by step instructions for building a simple app. Youll learn how to
create an Android project and run a debuggable version of the app. You'll also learn some
fundamentals of Android app design, including how to build a simple user interface and handle user
input.</p>
</li>
</ul>
<h3>Learn how to design your app</h3>
<ul>
<li>Learn the best practices for Android design and user experience by reading the Android <a
href="{@docRoot}design/index.html">Design</a> guidelines.</li>
</ul>
<h3>Read up on the API framework</h3>
<ul>
<li>Start reading about fundamental framework topics in the collection of <a
href="{@docRoot}guide/components/index.html">API Guides</a>.</li>
<li>Browse the API specifications in the <a
href="{@docRoot}reference/packages.html">Reference</a>.</li>
</ul>
<h3>Explore the development tools</h3>
<ul>
<li>Learn about developing an app with the Android Developer Tools plugin for Eclipse
and other tools from the <a
href="{@docRoot}tools/workflow/index.html">Workflow</a>.</li>
</ul>
<h3>Explore some code</h3>
<ul>
<li>Browse the sample apps available from the Android SDK Manager. You'll find them in
<code><em>&lt;sdk&gt;</em>/samples/<em>&lt;platform-version&gt;/</em></code>. </li>
</ul>