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 <div class="wrap"> 8 <div class="cols"> 9 <div class="col-1of2"> 10 <p>Welcome to Training for Android developers. Here you'll find 11 training classes that describe how to accomplish a specific task with code 12 samples you can re-use in your app. Classes are organized into several groups 13 you can see at the top-level of the left navigation.</p> 14 15 <p>The first <a href="#class-list">training guides below</a> 16 teach you the essentials for Android app development. If you're a new 17 Android app developer, you should complete each of these classes in order.</p> 18 19 <p>Various online video courses are also available if you'd prefer 20 an interactive video experience.</p> 21 22 </div> 23 <div class="col-1of2" style="background:#eee;padding-top:10px"> 24 <p>Check out this trailer for a course about the fundamentals of 25 Android development on Udacity.</p> 26 </p> 27 <iframe width="338" height="169" src="//www.youtube.com/embed/LfVBFFoy9Y0?utm_source=dac&utm_medium=video&utm_content=andfuntrain&utm_campaign=udacint?rel=0&hd=1" frameborder="0" allowfullscreen></iframe> 28 <p><a href="https://www.udacity.com/course/ud853" class="button" 29 style="width:100%">Start the video course</a> 30 </div> 31 </div> 32 </div> 33 34 <div style="clear:left" id="classes"></div> 35 36 <section class="dac-section dac-small" id="latest-games"><div class="wrap"> 37 <h2 class="norule" style="margin:20px 0">Online video courses</h2> 38 <div class="resource-widget resource-flow-layout col-16" 39 data-query="collection:develop/landing/courses" 40 data-sortOrder="random" 41 data-cardSizes="6x6" 42 data-maxResults="24" 43 data-items-per-page="24" 44 data-initial-results="6"></div> 45 </div> 46 </section>