Home | History | Annotate | Download | only in training
      1 page.title=Getting Started
      2 page.trainingcourse=true
      3 page.metaDescription=Android Training provides a collection of classes that aim to help you build great apps for Android. Each class explains the steps required to solve a problem or implement a feature using code snippets and sample code for you to use in your apps.
      4 
      5 @jd:body
      6 <div id="butterbar-wrapper" >
      7   <div id="butterbar" >
      8     <div id="butterbar-message">
      9 <a target="_blank" href="https://docs.google.com/a/google.com/forms/d/1EHLPGqhbxj2HungHRRN4_0K9TGpc-Izy-u46vBDgS8Q/viewform">
     10       Take the Android Developer Survey</a>
     11     </div>
     12   </div>
     13 </div>
     14 
     15 <p>Welcome to Training for Android developers. Here you'll find sets of lessons within classes
     16 that describe how to accomplish a specific task with code samples you can re-use in your app.
     17 Classes are organized into several groups you can see at the top-level of the left navigation.</p>
     18 
     19 <p>This first group, <em>Getting Started</em>, teaches you the bare
     20 essentials for Android app development.
     21 If you're a new Android app developer, you should complete each of these classes in order:</p>