diff options
author | Scott Main <smain@google.com> | 2013-11-12 09:12:38 -0800 |
---|---|---|
committer | Scott Main <smain@google.com> | 2013-11-20 12:34:43 -0800 |
commit | 64fedb7725f082ce6bde94c3599d2e7c203ae077 (patch) | |
tree | 21481adc03c51e25d346d888fc0118478e93824c /docs/html/training | |
parent | acca12faea5fc1c9de63fdc08ae4d6bc0bad864a (diff) | |
download | frameworks_base-64fedb7725f082ce6bde94c3599d2e7c203ae077.zip frameworks_base-64fedb7725f082ce6bde94c3599d2e7c203ae077.tar.gz frameworks_base-64fedb7725f082ce6bde94c3599d2e7c203ae077.tar.bz2 |
add new video button to some pages
Change-Id: Ie1f1875d041ff662aee709cd5f7d3110e438d0d5
Diffstat (limited to 'docs/html/training')
-rw-r--r-- | docs/html/training/connect-devices-wirelessly/index.jd | 8 | ||||
-rw-r--r-- | docs/html/training/displaying-bitmaps/index.jd | 14 | ||||
-rw-r--r-- | docs/html/training/improving-layouts/index.jd | 7 | ||||
-rw-r--r-- | docs/html/training/printing/index.jd | 7 | ||||
-rw-r--r-- | docs/html/training/tv/index.jd | 10 |
5 files changed, 44 insertions, 2 deletions
diff --git a/docs/html/training/connect-devices-wirelessly/index.jd b/docs/html/training/connect-devices-wirelessly/index.jd index db79abe..aada1fd 100644 --- a/docs/html/training/connect-devices-wirelessly/index.jd +++ b/docs/html/training/connect-devices-wirelessly/index.jd @@ -20,10 +20,16 @@ startpage=true <li><a href="{@docRoot}guide/topics/connectivity/wifip2p.html">Wi-Fi P2P</a></li> </ul> - </div> </div> +<a class="notice-developers-video wide" href="http://www.youtube.com/watch?v=oi_ARV_I8Dc"> +<div> + <h3>Video</h3> + <p>DevBytes: Network Service Discovery</p> +</div> +</a> + <p>Besides enabling communication with the cloud, Android's wireless APIs also enable communication with other devices on the same local network, and even diff --git a/docs/html/training/displaying-bitmaps/index.jd b/docs/html/training/displaying-bitmaps/index.jd index 1f44fa8..fba9fc5 100644 --- a/docs/html/training/displaying-bitmaps/index.jd +++ b/docs/html/training/displaying-bitmaps/index.jd @@ -25,6 +25,20 @@ startpage=true </div> </div> +<a class="notice-developers-video wide" href="http://www.youtube.com/watch?v=rsQet4nBVi8"> +<div> + <h3>Video</h3> + <p>DevBytes: Bitmap Allocation</p> +</div> +</a> + +<a class="notice-developers-video wide" href="http://www.youtube.com/watch?v=pMRnGDR6Cu0"> +<div> + <h3>Video</h3> + <p>DevBytes: Making Apps Beautiful - Part 4 - Performance Tuning</p> +</div> +</a> + <p>Learn how to use common techniques to process and load {@link android.graphics.Bitmap} objects in a way that keeps your user interface (UI) components responsive and avoids exceeding your application memory limit. If you're not careful, bitmaps can quickly diff --git a/docs/html/training/improving-layouts/index.jd b/docs/html/training/improving-layouts/index.jd index af29d3f..8cb2258 100644 --- a/docs/html/training/improving-layouts/index.jd +++ b/docs/html/training/improving-layouts/index.jd @@ -26,6 +26,13 @@ next.link=optimizing-layout.html </div> </div> +<a class="notice-developers-video wide" href="http://www.youtube.com/watch?v=-FUw8HMbmBQ"> +<div> + <h3>Video</h3> + <p>DevBytes: Optimising Layouts with Hierarchy Viewer</p> +</div> +</a> + <p>Layouts are a key part of Android applications that directly affect the user experience. If diff --git a/docs/html/training/printing/index.jd b/docs/html/training/printing/index.jd index 7b67b74..8161b6b 100644 --- a/docs/html/training/printing/index.jd +++ b/docs/html/training/printing/index.jd @@ -17,6 +17,13 @@ startpage=true </div> </div> +<a class="notice-developers-video wide" href="http://www.youtube.com/watch?v=Iub67ic87KI"> +<div> + <h3>Video</h3> + <p>DevBytes: Android 4.4 Printing API</p> +</div> +</a> + <p> Android users frequently view content solely on their devices, but there are times when showing someone a screen is not an adequate way to share information. Being able to print diff --git a/docs/html/training/tv/index.jd b/docs/html/training/tv/index.jd index 9d15f46..54f7016 100644 --- a/docs/html/training/tv/index.jd +++ b/docs/html/training/tv/index.jd @@ -17,6 +17,14 @@ startpage=true </div> </div> + +<a class="notice-developers-video wide" href="http://www.youtube.com/watch?v=zsRnRLh-O34"> +<div> + <h3>Video</h3> + <p>DevBytes: Design for Large Displays - Part 1</p> +</div> +</a> + <p> Smart TVs powered by Android bring your favorite Android apps to the best screen in your house. Thousands of apps in the Google Play Store are already optimized for TVs. This class shows how @@ -48,4 +56,4 @@ startpage=true <dt><b><a href="unsupported-features-tv.html">Handling features not supported on TV</a></b></dt> <dd>Lists the hardware features that are usually not available on TVs. This lesson also shows you how to provide alternatives for missing features or check for missing features and disable code at run time.</dd> -</dl>
\ No newline at end of file +</dl> |