diff options
| author | 2010-05-19 20:24:18 -0700 | |
|---|---|---|
| committer | 2010-05-19 20:24:18 -0700 | |
| commit | 55f383a9b8da99aa48857fea27a35badc515d8bd (patch) | |
| tree | 4e4d9bdd7717b9cf7667f229a121383301b19a29 | |
| parent | 8025989957e5b6ad51e99a69a0e1e753e40cba67 (diff) | |
| parent | 2324abdb3c832d830036eb884446d7a5bc77a44d (diff) | |
Merge "docs: add youtube video to highlights" into froyo
| -rw-r--r-- | docs/html/guide/topics/data/backup.jd | 4 | ||||
| -rw-r--r-- | docs/html/sdk/android-2.2-highlights.jd | 41 |
2 files changed, 17 insertions, 28 deletions
diff --git a/docs/html/guide/topics/data/backup.jd b/docs/html/guide/topics/data/backup.jd index 718e391c9482..74117d6fae7c 100644 --- a/docs/html/guide/topics/data/backup.jd +++ b/docs/html/guide/topics/data/backup.jd @@ -31,7 +31,7 @@ page.title=Data Backup <li><a href="#RestoreVersion">Checking the Restore Data Version</a></li> <li><a href="#RequestingBackup">Requesting Backup</a></li> <li><a href="#RequestingRestore">Requesting Restore</a></li> - <li><a href="#DevelopingTestings">Developing and Testing Your Backup Agent</a></li> + <li><a href="#DevelopingTesting">Developing and Testing Your Backup Agent</a></li> </ol> <h2>Key classes</h2> @@ -761,7 +761,7 @@ restore operation with the <a href="{@docRoot}guide/developing/tools/bmgr.html"> tool</a>.</p> -<h2 id="DevelopingTestings">Developing and Testing Your Backup Agent</h2> +<h2 id="DevelopingTesting">Developing and Testing Your Backup Agent</h2> <p>To develop and test your backup agent:</p> <ul> diff --git a/docs/html/sdk/android-2.2-highlights.jd b/docs/html/sdk/android-2.2-highlights.jd index c59871cf0cd4..8bed67551ff4 100644 --- a/docs/html/sdk/android-2.2-highlights.jd +++ b/docs/html/sdk/android-2.2-highlights.jd @@ -26,6 +26,9 @@ page.title=Android 2.2 Platform Highlights #jd-content table.columns td+td { padding:0 2em; } +#jd-content table.columns td img { + margin:0; +} #jd-content table.columns td+td>*:first-child { margin-top:-2em; } @@ -35,17 +38,17 @@ page.title=Android 2.2 Platform Highlights } </style> -<!-- + <div class="video"> <object width="278 height="180"> -<param name="movie" value="http://www.youtube.com/v/opZ69P-0Jbc&hl=en&fs=1&"></param> +<param name="movie" value="http://www.youtube.com/v/yAZYSVr2Bhc&hl=en&fs=1&"></param> <param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param> -<embed src="http://www.youtube.com/v/opZ69P-0Jbc&hl=en&fs=1&" type="application/x-shockwave-flash" +<embed src="http://www.youtube.com/v/yAZYSVr2Bhc&hl=en&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="278" height="180"></embed> </object> </div> ---> + <p>The Android 2.2 platform introduces many new and exciting features for users and developers. This document provides a glimpse at some of the new user features @@ -68,36 +71,20 @@ href="android-2.2.html#api">Android 2.2 version notes</a>.</p> <table class="columns" style="max-width:800px"> <tr> <td> -<p>New Home screen <span class="green">tips widget</span> assists new users on how to configure the +<img src="images/2.2/22home.png" alt="" height=230 /> + </td> + <td> +<p style="margin-top:0">New Home screen <span class="green">tips widget</span> assists new users on +how to configure the home screen with shortcuts and widgets and how to make use of multiple home screens.</p> <p>The Phone, applications Launcher, and Browser now have <span class="green">dedicated shortcuts</span> on the Home screen, making it easy to access them from any of the 5 home screen panels.</p> </td> - <td> -<img src="images/2.2/22home.png" alt="" height=150 /> - </td> </tr> </table> -<h3>Browser</h3> - -<table class="columns" style="max-width:800px"> -<tr> - <td> -<img src="images/2.2/22browser.png" alt="" height=220 /> - </td> - <td> -<p><span class="green">Flash:</span> Browser is able to fully support the latest version of Flash so -the web experience is even closer to the desktop. Adobe Flash will be available to download from -Android Market.</p> -<p><span class="green">Performance of the browser</span> has been enhanced using the V8 engine, -which enables faster loading of JavaScript-heavy pages.</p> - </td> -</tr> -</table> - <h3>Exchange support</h3> @@ -176,11 +163,13 @@ the keys as well as the auto-suggest dictionary.</p> </table> -<h3>Improved operating system performance</h3> +<h3>Improved performance</h3> <table class="columns" style="max-width:800px"> <tr> <td> +<p><span class="green">Performance of the browser</span> has been enhanced using the V8 engine, +which enables faster loading of JavaScript-heavy pages.</p> <p><span class="green">Dalvik Performance Boost:</span> 2x-5x performance speedup for CPU-heavy code over Android 2.1 with Dalvik JIT.</p> <p>The graph to the right shows the performance <span class="green">speedup</span> from Android 2.1 |