Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 1 | page.title=Getting Started |
| 2 | page.trainingcourse=true |
Scott Main | 34bf13d | 2012-04-20 14:10:51 -0700 | [diff] [blame] | 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. |
Scott Main | 7736f96 | 2011-12-15 15:40:25 -0800 | [diff] [blame] | 4 | |
| 5 | @jd:body |
Scott Main | 299c5ea | 2013-07-30 12:28:43 -0700 | [diff] [blame] | 6 | |
Scott Main | fa1320e | 2012-11-15 18:27:32 -0800 | [diff] [blame] | 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. |
Scott Main | 22cc276 | 2012-11-07 16:35:16 -0800 | [diff] [blame] | 9 | Classes are organized into several groups you can see at the top-level of the left navigation.</p> |
Scott Main | 7736f96 | 2011-12-15 15:40:25 -0800 | [diff] [blame] | 10 | |
Eric Gilmore | 46f7518 | 2015-01-06 09:30:30 -0800 | [diff] [blame] | 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 | |
Dirk Dougherty | c85bf85 | 2015-05-24 19:56:35 -0700 | [diff] [blame] | 15 | <div class="wrap"> |
| 16 | <div class="cols"> |
| 17 | <div class="col-1of2"> |
| 18 | <p>If you prefer to learn through interactive video training, |
| 19 | check out this trailer for a course about the fundamentals of Android development.</p> |
| 20 | <p><a href="https://www.udacity.com/course/ud853" class="button"> |
| 21 | Start the video course</a> |
| 22 | </p> |
| 23 | </div> |
| 24 | <div class="col-1of2"> |
| 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&hd=1" frameborder="0" allowfullscreen></iframe> |
| 26 | </div> |
| 27 | </div> |
Eric Gilmore | 46f7518 | 2015-01-06 09:30:30 -0800 | [diff] [blame] | 28 | </div> |
| 29 | |
Dirk Dougherty | 31ae1c51 | 2015-11-07 13:18:02 -0800 | [diff] [blame] | 30 | <div style="clear:left" id="classes"></div> |
Dirk Dougherty | 78c688f | 2015-05-22 10:23:10 -0700 | [diff] [blame] | 31 | |
Dirk Dougherty | 31ae1c51 | 2015-11-07 13:18:02 -0800 | [diff] [blame] | 32 | <section class="dac-section dac-small" id="latest-games"><div class="wrap"> |
| 33 | <h2 class="norule">Online video courses</h2> |
Dirk Dougherty | 78c688f | 2015-05-22 10:23:10 -0700 | [diff] [blame] | 34 | <p>If you prefer to learn through interactive video training, |
| 35 | check out these free courses.</p> |
| 36 | <div class="resource-widget resource-flow-layout col-16" |
| 37 | data-query="collection:develop/landing/courses" |
| 38 | data-sortOrder="random" |
| 39 | data-cardSizes="6x6" |
Dirk Dougherty | 3b41bb1 | 2015-09-18 16:09:21 -0700 | [diff] [blame] | 40 | data-maxResults="24" |
Dirk Dougherty | 31ae1c51 | 2015-11-07 13:18:02 -0800 | [diff] [blame] | 41 | data-items-per-page="24" |
Dirk Dougherty | 3b41bb1 | 2015-09-18 16:09:21 -0700 | [diff] [blame] | 42 | data-initial-results="6"></div> |
Dirk Dougherty | 31ae1c51 | 2015-11-07 13:18:02 -0800 | [diff] [blame] | 43 | </div> |
| 44 | </section> |