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 | |
Dirk Dougherty | c85bf85 | 2015-05-24 19:56:35 -0700 | [diff] [blame] | 7 | <div class="wrap"> |
| 8 | <div class="cols"> |
| 9 | <div class="col-1of2"> |
smain@google.com | 511542c | 2016-03-24 12:29:14 -0700 | [diff] [blame] | 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 | |
Dirk Dougherty | c85bf85 | 2015-05-24 19:56:35 -0700 | [diff] [blame] | 22 | </div> |
smain@google.com | 511542c | 2016-03-24 12:29:14 -0700 | [diff] [blame] | 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> |
Dirk Dougherty | c85bf85 | 2015-05-24 19:56:35 -0700 | [diff] [blame] | 30 | </div> |
| 31 | </div> |
Eric Gilmore | 46f7518 | 2015-01-06 09:30:30 -0800 | [diff] [blame] | 32 | </div> |
| 33 | |
Dirk Dougherty | 31ae1c51 | 2015-11-07 13:18:02 -0800 | [diff] [blame] | 34 | <div style="clear:left" id="classes"></div> |
Dirk Dougherty | 78c688f | 2015-05-22 10:23:10 -0700 | [diff] [blame] | 35 | |
Dirk Dougherty | 31ae1c51 | 2015-11-07 13:18:02 -0800 | [diff] [blame] | 36 | <section class="dac-section dac-small" id="latest-games"><div class="wrap"> |
smain@google.com | 511542c | 2016-03-24 12:29:14 -0700 | [diff] [blame] | 37 | <h2 class="norule" style="margin:20px 0">Online video courses</h2> |
Dirk Dougherty | 78c688f | 2015-05-22 10:23:10 -0700 | [diff] [blame] | 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" |
Dirk Dougherty | 3b41bb1 | 2015-09-18 16:09:21 -0700 | [diff] [blame] | 42 | data-maxResults="24" |
Dirk Dougherty | 31ae1c51 | 2015-11-07 13:18:02 -0800 | [diff] [blame] | 43 | data-items-per-page="24" |
Dirk Dougherty | 3b41bb1 | 2015-09-18 16:09:21 -0700 | [diff] [blame] | 44 | data-initial-results="6"></div> |
Dirk Dougherty | 31ae1c51 | 2015-11-07 13:18:02 -0800 | [diff] [blame] | 45 | </div> |
smain@google.com | 511542c | 2016-03-24 12:29:14 -0700 | [diff] [blame] | 46 | </section> |
| 47 | |
| 48 | <h2 class="norule" id="class-list" |
| 49 | style="margin:0 0 -40px">Training guides</h2> |