diff options
Diffstat (limited to 'docs/html/training/basics/firstapp/index.jd')
-rw-r--r-- | docs/html/training/basics/firstapp/index.jd | 30 |
1 files changed, 6 insertions, 24 deletions
diff --git a/docs/html/training/basics/firstapp/index.jd b/docs/html/training/basics/firstapp/index.jd index 43b289b..e2b9cff 100644 --- a/docs/html/training/basics/firstapp/index.jd +++ b/docs/html/training/basics/firstapp/index.jd @@ -27,39 +27,21 @@ next.link=creating-project.html 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> -<p>Before you start this class, be sure that you have your development environment set up. You need +<p>Before you start this class, be sure you have your development environment set up. You need to:</p> <ol> - <li>Download the Android SDK Starter Package.</li> + <li>Download the Android SDK.</li> <li>Install the ADT plugin for Eclipse (if you’ll use the Eclipse IDE).</li> <li>Download the latest SDK tools and platforms using the SDK Manager.</li> </ol> -<p>If you haven't already done this setup, read <a href="{@docRoot}sdk/installing/index.html">Installing -the SDK</a>. Once you've finished the setup, you're ready to begin this class.</p> +<p>If you haven't already done these tasks, start by downloading the + <a href="{@docRoot}sdk/index.html">Android SDK</a> and following the install steps. + Once you've finished the setup, you're ready to begin this class.</p> -<p>This class uses a tutorial format that incrementally builds a small Android app in order to teach +<p>This class uses a tutorial format that incrementally builds a small Android app that teaches you some fundamental concepts about Android development, so it's important that you follow each step.</p> <p><strong><a href="creating-project.html">Start the first lesson ›</a></strong></p> - -<h2>Lessons</h2> - -<dl> - <dt><b><a href="creating-project.html">Creating an Android Project</a></b></dt> - <dd>Shows how to create a project for an Android app, which includes a set of default -app files.</dd> - - <dt><b><a href="running-app.html">Running Your Application</a></b></dt> - <dd>Shows how to run your app on an Android-powered device or the Android -emulator.</dd> - - <dt><b><a href="building-ui.html">Building a Simple User Interface</a></b></dt> - <dd>Shows how to create a new user interface using an XML file.</dd> - - <dt><b><a href="starting-activity.html">Starting Another Activity</a></b></dt> - <dd>Shows how to respond to a button press, start another activity, send it some -data, then receive the data in the subsequent activity.</dd> -</dl> |