am b70afd34: docs: remove and correct parent links for fundamental docs and hide the "beginner\'s path" because it\'s not complete
* commit 'b70afd342b658d23518e0fa69aff9e45ec01e222': docs: remove and correct parent links for fundamental docs and hide the "beginner's path" because it's not complete
This commit is contained in:
@@ -89,11 +89,12 @@ application.</li>
|
|||||||
gracefully optimize its behavior for a variety of device configurations.</li>
|
gracefully optimize its behavior for a variety of device configurations.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<!--
|
||||||
<p class="note"><strong>Tip:</strong> If you're new to Android development, we suggest that you
|
<p class="note"><strong>Tip:</strong> If you're new to Android development, we suggest that you
|
||||||
follow the Beginner's Path link at the bottom of this page. For each document in the Application
|
follow the Beginner's Path link at the bottom of this page. For each document in the Application
|
||||||
Fundamentals, the Beginner's Path points you to the document we suggest you read next, in order
|
Fundamentals, the Beginner's Path points you to the document we suggest you read next, in order
|
||||||
to get up to speed on the core Android concepts.</p>
|
to get up to speed on the core Android concepts.</p>
|
||||||
|
-->
|
||||||
|
|
||||||
|
|
||||||
<h2 id="Components">Application Components</h2>
|
<h2 id="Components">Application Components</h2>
|
||||||
@@ -507,9 +508,10 @@ to create alternative resources for various device configurations, see the <a
|
|||||||
href="{@docRoot}guide/topics/resources/index.html">Application Resources</a> developer guide.</p>
|
href="{@docRoot}guide/topics/resources/index.html">Application Resources</a> developer guide.</p>
|
||||||
|
|
||||||
|
|
||||||
|
<!--
|
||||||
<h2>Beginner's Path</h2>
|
<h2>Beginner's Path</h2>
|
||||||
|
|
||||||
<p>For a close look at implementing activities—the components your users use to
|
<p>For a close look at implementing activities—the components your users use to
|
||||||
interact with your application—continue with the <b><a
|
interact with your application—continue with the <b><a
|
||||||
href="{@docRoot}guide/topics/fundamentals/activities.html">Activities</a></b> document.</p>
|
href="{@docRoot}guide/topics/fundamentals/activities.html">Activities</a></b> document.</p>
|
||||||
|
-->
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
page.title=Activities
|
page.title=Activities
|
||||||
parent.title=Application Fundamentals
|
|
||||||
parent.link=index.html
|
|
||||||
@jd:body
|
@jd:body
|
||||||
|
|
||||||
<div id="qv-wrapper">
|
<div id="qv-wrapper">
|
||||||
@@ -753,10 +751,11 @@ first activity stops so that the following activity can read it, then you should
|
|||||||
database during {@link android.app.Activity#onPause onPause()} instead of during {@link
|
database during {@link android.app.Activity#onPause onPause()} instead of during {@link
|
||||||
android.app.Activity#onStop onStop()}.</p>
|
android.app.Activity#onStop onStop()}.</p>
|
||||||
|
|
||||||
|
<!--
|
||||||
<h2>Beginner's Path</h2>
|
<h2>Beginner's Path</h2>
|
||||||
|
|
||||||
<p>For more information about how Android maintains a history of activities and
|
<p>For more information about how Android maintains a history of activities and
|
||||||
enables user multitasking, continue with the <b><a
|
enables user multitasking, continue with the <b><a
|
||||||
href="{@docRoot}guide/topics/fundamentals/tasks-and-back-stack.html">Tasks and Back
|
href="{@docRoot}guide/topics/fundamentals/tasks-and-back-stack.html">Tasks and Back
|
||||||
Stack</a></b> document.</p>
|
Stack</a></b> document.</p>
|
||||||
|
-->
|
||||||
@@ -1,4 +1,6 @@
|
|||||||
page.title=Fragments
|
page.title=Fragments
|
||||||
|
parent.title=Activities
|
||||||
|
parent.link=activities.html
|
||||||
@jd:body
|
@jd:body
|
||||||
|
|
||||||
<div id="qv-wrapper">
|
<div id="qv-wrapper">
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
page.title=Processes and Threads
|
page.title=Processes and Threads
|
||||||
parent.title=Application Fundamentals
|
|
||||||
parent.link=index.html
|
|
||||||
@jd:body
|
@jd:body
|
||||||
|
|
||||||
<div id="qv-wrapper">
|
<div id="qv-wrapper">
|
||||||
@@ -417,9 +415,10 @@ android.content.Context#bindService bindService()}. For more information, see th
|
|||||||
href="{@docRoot}guide/topics/fundamentals/services.html">Services</a> developer guide.</p>
|
href="{@docRoot}guide/topics/fundamentals/services.html">Services</a> developer guide.</p>
|
||||||
|
|
||||||
|
|
||||||
|
<!--
|
||||||
<h2>Beginner's Path</h2>
|
<h2>Beginner's Path</h2>
|
||||||
|
|
||||||
<p>For information about how to perform work in the background for an indefinite period of time
|
<p>For information about how to perform work in the background for an indefinite period of time
|
||||||
(without a user interface), continue with the <b><a
|
(without a user interface), continue with the <b><a
|
||||||
href="{@docRoot}guide/topics/fundamentals/services.html">Services</a></b> document.</p>
|
href="{@docRoot}guide/topics/fundamentals/services.html">Services</a></b> document.</p>
|
||||||
|
-->
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
page.title=Services
|
page.title=Services
|
||||||
parent.title=Application Fundamentals
|
|
||||||
parent.link=index.html
|
|
||||||
@jd:body
|
@jd:body
|
||||||
|
|
||||||
<div id="qv-wrapper">
|
<div id="qv-wrapper">
|
||||||
@@ -851,10 +849,11 @@ href="{@docRoot}guide/topics/fundamentals/bound-services.html#Lifecycle">Managin
|
|||||||
a Bound Service</a>.</p>
|
a Bound Service</a>.</p>
|
||||||
|
|
||||||
|
|
||||||
|
<!--
|
||||||
<h2>Beginner's Path</h2>
|
<h2>Beginner's Path</h2>
|
||||||
|
|
||||||
<p>To learn how to query data from the system or other applications (such as contacts or media
|
<p>To learn how to query data from the system or other applications (such as contacts or media
|
||||||
stored on the device), continue with the <b><a
|
stored on the device), continue with the <b><a
|
||||||
href="{@docRoot}guide/topics/providers/content-providers.html">Content Providers</a></b>
|
href="{@docRoot}guide/topics/providers/content-providers.html">Content Providers</a></b>
|
||||||
document.</p>
|
document.</p>
|
||||||
|
-->
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
page.title=Tasks and Back Stack
|
page.title=Tasks and Back Stack
|
||||||
parent.title=Application Fundamentals
|
parent.title=Activities
|
||||||
parent.link=index.html
|
parent.link=activities.html
|
||||||
@jd:body
|
@jd:body
|
||||||
|
|
||||||
<div id="qv-wrapper">
|
<div id="qv-wrapper">
|
||||||
@@ -558,7 +558,7 @@ href="#Clearing">Clearing the stack</a>).</p>
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!--
|
||||||
<h2>Beginner's Path</h2>
|
<h2>Beginner's Path</h2>
|
||||||
|
|
||||||
<p>For more information about how to use intents to
|
<p>For more information about how to use intents to
|
||||||
@@ -566,3 +566,4 @@ activate other application components and publish the intents to which your comp
|
|||||||
respond, continue with the <b><a
|
respond, continue with the <b><a
|
||||||
href="{@docRoot}guide/topics/intents/intents-filters.html">Intents and Intent
|
href="{@docRoot}guide/topics/intents/intents-filters.html">Intents and Intent
|
||||||
Filters</a></b> document.</p>
|
Filters</a></b> document.</p>
|
||||||
|
-->
|
||||||
Reference in New Issue
Block a user