diff options
author | Eric Gilmore <egilmore@google.com> | 2015-01-12 17:19:05 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-01-12 17:19:05 +0000 |
commit | c6a228511c15506602b03f96183bb3c06d12163f (patch) | |
tree | a1ec2b044bd00a76ac6970943d440a9957c8316e /docs | |
parent | c726557cbd1189c11e0ee6f0447b2bc21ce05de8 (diff) | |
parent | 3fca2e7fee3d657c74406f8405bc1d669b9392e8 (diff) | |
download | frameworks_base-c6a228511c15506602b03f96183bb3c06d12163f.zip frameworks_base-c6a228511c15506602b03f96183bb3c06d12163f.tar.gz frameworks_base-c6a228511c15506602b03f96183bb3c06d12163f.tar.bz2 |
am 3fca2e7f: am 10b829e1: am fec824b6: Merge "Adding Android Fundamentals video." into lmp-docs
* commit '3fca2e7fee3d657c74406f8405bc1d669b9392e8':
Adding Android Fundamentals video.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/training/index.jd | 23 |
1 files changed, 19 insertions, 4 deletions
diff --git a/docs/html/training/index.jd b/docs/html/training/index.jd index 72ad018..c39ea54 100644 --- a/docs/html/training/index.jd +++ b/docs/html/training/index.jd @@ -4,11 +4,26 @@ page.metaDescription=Android Training provides a collection of classes that aim @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>
\ No newline at end of file + <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> +<div style="float:left; width:40%; margin-right:30px"> + + <p>If you think you might prefer to learn the basics through interactive video training, + check out this trailer for a course in 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 style="float:left; margin-bottom:20px"> + <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> +</div> +</div> + +<div style="clear:left"></div>
\ No newline at end of file |