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 
      7 <p>Welcome to Training for Android developers. Here you'll find sets of lessons within classes
      8 that describe how to accomplish a specific task with code samples you can re-use in your app.
      9 Classes are organized into several groups you can see at the top-level of the left navigation.</p>
     10 
     11  <p>This first group, <em>Getting Started</em>, teaches you the bare
     12     essentials for Android app development. If you're a new Android app developer, you should
     13     complete each of these classes in order.</p>
     14 
     15 <div>
     16 <div style="float:left; width:40%; margin-right:30px">
     17 
     18     <p>If you think you might prefer to learn the basics through interactive video training,
     19     check out this trailer for a course in the fundamentals of Android development.</p>
     20     <p><a href="https://www.udacity.com/course/ud853" class="button">
     21     Start the video course</a></p>
     22 </div>
     23 
     24 <div style="float:left; margin-bottom:20px">
     25     <iframe width="300" height="169" src="//www.youtube.com/embed/LfVBFFoy9Y0?utm_source=dac&utm_medium=video&utm_content=andfuntrain&utm_campaign=udacint?rel=0&amp;hd=1" frameborder="0" allowfullscreen></iframe>
     26 </div>
     27 </div>
     28 
     29 <div style="clear:left"></div>