summaryrefslogtreecommitdiffstats
path: root/docs/html/training/index.jd
blob: 1b0b1fe6af74e2a4fe088a8394024b8f71dd1c60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
page.title=Getting Started
page.trainingcourse=true
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.

@jd:body

<p>Welcome to Training for Android developers. Here you'll find sets of lessons within classes
that describe how to accomplish a specific task with code samples you can re-use in your app.
Classes are organized into several groups you can see at the top-level of the left navigation.</p>

 <p>This first group, <em>Getting Started</em>, teaches you the bare
    essentials for Android app development. If you're a new Android app developer, you should
    complete each of these classes in order.</p>

<div class="wrap">
  <div class="cols">
    <div class="col-1of2">
      <p>If you prefer to learn through interactive video training,
      check out this trailer for a course about the fundamentals of Android development.</p>
      <p><a href="https://www.udacity.com/course/ud853" class="button">
        Start the video course</a>
      </p>
    </div>
    <div class="col-1of2">
      <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>
    </div>
  </div>
</div>

<div style="clear:left"></div>
</div>

  <div><h2 class="norule">Online video courses</h2>
  <p>If you prefer to learn through interactive video training,
    check out these free courses.</p>
  <div class="resource-widget resource-flow-layout col-16"
       data-query="collection:develop/landing/courses"
       data-sortOrder="random"
       data-cardSizes="6x6"
       data-maxResults="12"
       data-initial-results="3"></div>
</div>