docs: move 3.0 optimizing doc into the dev guide
Change-Id: I8d0eefd97e25cda691b1035129a50e1b902ab6e7
This commit is contained in:
@@ -69,18 +69,17 @@
|
||||
<span class="en">Loaders</span>
|
||||
</a> <span class="new">new!</span></li>
|
||||
<li><a href="<?cs var:toroot ?>guide/topics/fundamentals/tasks-and-back-stack.html">
|
||||
<span class="en">Tasks and Back Stack</span>
|
||||
</a> <span class="new">new!</span></li>
|
||||
<span class="en">Tasks and Back Stack</span></a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toggle-list">
|
||||
<div><a href="<?cs var:toroot ?>guide/topics/fundamentals/services.html">
|
||||
<span class="en">Services</span>
|
||||
</a> <span class="new">new!</span></div>
|
||||
</a></div>
|
||||
<ul>
|
||||
<li><a href="<?cs var:toroot ?>guide/topics/fundamentals/bound-services.html">
|
||||
<span class="en">Bound Services</span>
|
||||
</a> <span class="new">new!</span></li>
|
||||
</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="<?cs var:toroot ?>guide/topics/providers/content-providers.html">
|
||||
@@ -91,7 +90,7 @@
|
||||
</a></li>
|
||||
<li><a href="<?cs var:toroot ?>guide/topics/fundamentals/processes-and-threads.html">
|
||||
<span class="en">Processes and Threads</span>
|
||||
</a> <span class="new">new!</span></li>
|
||||
</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
@@ -100,7 +99,7 @@
|
||||
<div><a href="<?cs var:toroot ?>guide/topics/ui/index.html">
|
||||
<span class="en">User Interface</span>
|
||||
</a>
|
||||
<span class="new">more!</span></div>
|
||||
<span class="new">new!</span></div>
|
||||
<ul>
|
||||
<li><a href="<?cs var:toroot ?>guide/topics/ui/declaring-layout.html">
|
||||
<span class="en">Declaring Layout</span>
|
||||
@@ -130,10 +129,9 @@
|
||||
</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<?cs var:toroot ?>guide/topics/ui/drag-drop.html">
|
||||
Dragging and Dropping
|
||||
</a><span class="new">new!</span>
|
||||
<li><a href="<?cs var:toroot ?>guide/topics/ui/drag-drop.html">
|
||||
<span class="en">Dragging and Dropping</span>
|
||||
</a> <span class="new">new!</span>
|
||||
</li>
|
||||
<li><a href="<?cs var:toroot ?>guide/topics/ui/themes.html">
|
||||
<span class="en">Applying Styles and Themes</span>
|
||||
@@ -240,7 +238,7 @@
|
||||
<div><a href="<?cs var:toroot ?>guide/topics/graphics/index.html">
|
||||
<span class="en">Graphics</span>
|
||||
</a>
|
||||
<span class="new">more!</span></div>
|
||||
<span class="new">new!</span></div>
|
||||
<ul>
|
||||
<li><a href="<?cs var:toroot ?>guide/topics/graphics/2d-graphics.html">
|
||||
<span class="en">2D Graphics</span>
|
||||
@@ -250,10 +248,10 @@
|
||||
</a></li>
|
||||
<li><a href="<?cs var:toroot ?>guide/topics/graphics/renderscript.html">
|
||||
<span class="en">3D with Renderscript</span>
|
||||
</a><span class="new">new!</span></li>
|
||||
</a> <span class="new">new!</span></li>
|
||||
<li><a href="<?cs var:toroot ?>guide/topics/graphics/animation.html">
|
||||
<span class="en">Property Animation</span>
|
||||
</a><span class="new">new!</span></li>
|
||||
</a> <span class="new">new!</span></li>
|
||||
<li><a href="<?cs var:toroot ?>guide/topics/graphics/view-animation.html">
|
||||
<span class="en">View Animation</span>
|
||||
</a></li>
|
||||
@@ -654,6 +652,9 @@
|
||||
<li><a href="<?cs var:toroot ?>guide/practices/screens_support.html">
|
||||
<span class="en">Supporting Multiple Screens</span>
|
||||
</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">
|
||||
<div><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/index.html">
|
||||
<span class="en">UI Guidelines</span>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
page.title=Android 3.0 Platform Preview
|
||||
page.title=Android 3.0 Platform
|
||||
sdk.platform.version=3.0
|
||||
sdk.platform.apiLevel=11
|
||||
@jd:body
|
||||
@@ -25,7 +25,7 @@ Differences Report »</a> </li>
|
||||
|
||||
<h2>See Also</h2>
|
||||
<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>
|
||||
|
||||
</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
|
||||
Highlights</a>.</p>
|
||||
|
||||
<p>Also see the <a href="{@docRoot}sdk/android-3.0-optimize.html">Optimizing Apps for Android
|
||||
3.0</a> document for information about how to optimize your existing applications for Android 3.0
|
||||
devices, even if you want to remain compatible with previous versions.</p>
|
||||
|
||||
<p class="note"><strong>Note:</strong>
|
||||
If you've already published an Android application, please test and optimize your application on
|
||||
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>
|
||||
|
||||
@@ -80,7 +80,6 @@ class="new">new!</span></li>
|
||||
<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>
|
||||
<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/api_diff/11/changes.html">API Differences Report »</a></li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user