am 1f694390: docs: move 3.0 optimizing doc into the dev guide

* commit '1f694390225b462f76d580fb150fb0a07585df48':
  docs: move 3.0 optimizing doc into the dev guide
This commit is contained in:
Scott Main
2011-02-22 21:14:15 -08:00
committed by Android Git Automerger
4 changed files with 22 additions and 20 deletions

View File

@@ -69,18 +69,17 @@
<span class="en">Loaders</span> <span class="en">Loaders</span>
</a> <span class="new">new!</span></li> </a> <span class="new">new!</span></li>
<li><a href="<?cs var:toroot ?>guide/topics/fundamentals/tasks-and-back-stack.html"> <li><a href="<?cs var:toroot ?>guide/topics/fundamentals/tasks-and-back-stack.html">
<span class="en">Tasks and Back Stack</span> <span class="en">Tasks and Back Stack</span></a></li>
</a> <span class="new">new!</span></li>
</ul> </ul>
</li> </li>
<li class="toggle-list"> <li class="toggle-list">
<div><a href="<?cs var:toroot ?>guide/topics/fundamentals/services.html"> <div><a href="<?cs var:toroot ?>guide/topics/fundamentals/services.html">
<span class="en">Services</span> <span class="en">Services</span>
</a> <span class="new">new!</span></div> </a></div>
<ul> <ul>
<li><a href="<?cs var:toroot ?>guide/topics/fundamentals/bound-services.html"> <li><a href="<?cs var:toroot ?>guide/topics/fundamentals/bound-services.html">
<span class="en">Bound Services</span> <span class="en">Bound Services</span>
</a> <span class="new">new!</span></li> </a></li>
</ul> </ul>
</li> </li>
<li><a href="<?cs var:toroot ?>guide/topics/providers/content-providers.html"> <li><a href="<?cs var:toroot ?>guide/topics/providers/content-providers.html">
@@ -91,7 +90,7 @@
</a></li> </a></li>
<li><a href="<?cs var:toroot ?>guide/topics/fundamentals/processes-and-threads.html"> <li><a href="<?cs var:toroot ?>guide/topics/fundamentals/processes-and-threads.html">
<span class="en">Processes and Threads</span> <span class="en">Processes and Threads</span>
</a> <span class="new">new!</span></li> </a></li>
</ul> </ul>
@@ -100,7 +99,7 @@
<div><a href="<?cs var:toroot ?>guide/topics/ui/index.html"> <div><a href="<?cs var:toroot ?>guide/topics/ui/index.html">
<span class="en">User Interface</span> <span class="en">User Interface</span>
</a> </a>
<span class="new">more!</span></div> <span class="new">new!</span></div>
<ul> <ul>
<li><a href="<?cs var:toroot ?>guide/topics/ui/declaring-layout.html"> <li><a href="<?cs var:toroot ?>guide/topics/ui/declaring-layout.html">
<span class="en">Declaring Layout</span> <span class="en">Declaring Layout</span>
@@ -130,9 +129,8 @@
</a></li> </a></li>
</ul> </ul>
</li> </li>
<li> <li><a href="<?cs var:toroot ?>guide/topics/ui/drag-drop.html">
<a href="<?cs var:toroot ?>guide/topics/ui/drag-drop.html"> <span class="en">Dragging and Dropping</span>
Dragging and Dropping
</a> <span class="new">new!</span> </a> <span class="new">new!</span>
</li> </li>
<li><a href="<?cs var:toroot ?>guide/topics/ui/themes.html"> <li><a href="<?cs var:toroot ?>guide/topics/ui/themes.html">
@@ -240,7 +238,7 @@
<div><a href="<?cs var:toroot ?>guide/topics/graphics/index.html"> <div><a href="<?cs var:toroot ?>guide/topics/graphics/index.html">
<span class="en">Graphics</span> <span class="en">Graphics</span>
</a> </a>
<span class="new">more!</span></div> <span class="new">new!</span></div>
<ul> <ul>
<li><a href="<?cs var:toroot ?>guide/topics/graphics/2d-graphics.html"> <li><a href="<?cs var:toroot ?>guide/topics/graphics/2d-graphics.html">
<span class="en">2D Graphics</span> <span class="en">2D Graphics</span>
@@ -654,6 +652,9 @@
<li><a href="<?cs var:toroot ?>guide/practices/screens_support.html"> <li><a href="<?cs var:toroot ?>guide/practices/screens_support.html">
<span class="en">Supporting Multiple Screens</span> <span class="en">Supporting Multiple Screens</span>
</a></li> </a></li>
<li><a href="<?cs var:toroot ?>guide/practices/optimizing-for-3.0.html">
<span class="en">Optimizing Apps for Android 3.0</span>
</a> <span class="new">new!</span></li>
<li class="toggle-list"> <li class="toggle-list">
<div><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/index.html"> <div><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/index.html">
<span class="en">UI Guidelines</span> <span class="en">UI Guidelines</span>

View File

@@ -1,4 +1,4 @@
page.title=Android 3.0 Platform Preview page.title=Android 3.0 Platform
sdk.platform.version=3.0 sdk.platform.version=3.0
sdk.platform.apiLevel=11 sdk.platform.apiLevel=11
@jd:body @jd:body
@@ -25,7 +25,7 @@ Differences Report &raquo;</a> </li>
<h2>See Also</h2> <h2>See Also</h2>
<ol> <ol>
<li><a href="{@docRoot}sdk/android-3.0-optimize.html">Optimizing Apps for Android 3.0</a></li> <li><a href="{@docRoot}guide/practices/optimizing-for-3.0.html">Optimizing Apps for Android 3.0</a></li>
</ol> </ol>
</div> </div>
@@ -48,10 +48,12 @@ href="{@docRoot}sdk/index.html">download the SDK Starter Package</a> first.</p>
href="{@docRoot}sdk/android-{@sdkPlatformVersion}-highlights.html">Platform href="{@docRoot}sdk/android-{@sdkPlatformVersion}-highlights.html">Platform
Highlights</a>.</p> Highlights</a>.</p>
<p>Also see the <a href="{@docRoot}sdk/android-3.0-optimize.html">Optimizing Apps for Android <p class="note"><strong>Note:</strong>
3.0</a> document for information about how to optimize your existing applications for Android 3.0 If you've already published an Android application, please test and optimize your application on
devices, even if you want to remain compatible with previous versions.</p> Android 3.0 as soon as possible. You should do so to be sure your application provides the best
experience possible on the latest Android-powered devices. For information about what you can do,
read <a href="{@docRoot}guide/practices/optimizing-for-3.0.html">Optimizing Apps for Android
3.0</a>.</p>
<h2 id="relnotes">Revisions</h2> <h2 id="relnotes">Revisions</h2>

View File

@@ -80,7 +80,6 @@ class="new">new!</span></li>
<div><a href="<?cs var:toroot ?>sdk/android-3.0.html"> <div><a href="<?cs var:toroot ?>sdk/android-3.0.html">
<span class="en">Android 3.0 Platform</span></a> <span class="new">new!</span></div> <span class="en">Android 3.0 Platform</span></a> <span class="new">new!</span></div>
<ul> <ul>
<li><a href="<?cs var:toroot ?>sdk/android-3.0-optimize.html">Optimizing Apps for 3.0</a></li>
<li><a href="<?cs var:toroot ?>sdk/android-3.0-highlights.html">Platform Highlights</a></li> <li><a href="<?cs var:toroot ?>sdk/android-3.0-highlights.html">Platform Highlights</a></li>
<li><a href="<?cs var:toroot ?>sdk/api_diff/11/changes.html">API Differences Report &raquo;</a></li> <li><a href="<?cs var:toroot ?>sdk/api_diff/11/changes.html">API Differences Report &raquo;</a></li>
</ul> </ul>