From b70afd342b658d23518e0fa69aff9e45ec01e222 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Tue, 8 Feb 2011 14:05:54 -0800 Subject: [PATCH] docs: remove and correct parent links for fundamental docs and hide the "beginner's path" because it's not complete Change-Id: I2f2a201a6571da6f660eb78f6ece94e47a5cddd1 --- docs/html/guide/topics/fundamentals.jd | 6 ++++-- docs/html/guide/topics/fundamentals/activities.jd | 5 ++--- docs/html/guide/topics/fundamentals/fragments.jd | 2 ++ docs/html/guide/topics/fundamentals/processes-and-threads.jd | 5 ++--- docs/html/guide/topics/fundamentals/services.jd | 5 ++--- docs/html/guide/topics/fundamentals/tasks-and-back-stack.jd | 7 ++++--- 6 files changed, 16 insertions(+), 14 deletions(-) diff --git a/docs/html/guide/topics/fundamentals.jd b/docs/html/guide/topics/fundamentals.jd index f427a927daaf..3fdbd95154af 100644 --- a/docs/html/guide/topics/fundamentals.jd +++ b/docs/html/guide/topics/fundamentals.jd @@ -89,11 +89,12 @@ application. gracefully optimize its behavior for a variety of device configurations. +

Application Components

@@ -507,9 +508,10 @@ to create alternative resources for various device configurations, see the Application Resources developer guide.

+ diff --git a/docs/html/guide/topics/fundamentals/activities.jd b/docs/html/guide/topics/fundamentals/activities.jd index b616ab8b0f33..9079ef601a12 100644 --- a/docs/html/guide/topics/fundamentals/activities.jd +++ b/docs/html/guide/topics/fundamentals/activities.jd @@ -1,6 +1,4 @@ page.title=Activities -parent.title=Application Fundamentals -parent.link=index.html @jd:body
@@ -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 android.app.Activity#onStop onStop()}.

- + \ No newline at end of file diff --git a/docs/html/guide/topics/fundamentals/fragments.jd b/docs/html/guide/topics/fundamentals/fragments.jd index 9eceef1fac95..7ca990e57515 100644 --- a/docs/html/guide/topics/fundamentals/fragments.jd +++ b/docs/html/guide/topics/fundamentals/fragments.jd @@ -1,4 +1,6 @@ page.title=Fragments +parent.title=Activities +parent.link=activities.html @jd:body
diff --git a/docs/html/guide/topics/fundamentals/processes-and-threads.jd b/docs/html/guide/topics/fundamentals/processes-and-threads.jd index c35108ef1d90..3d7710c78e4f 100644 --- a/docs/html/guide/topics/fundamentals/processes-and-threads.jd +++ b/docs/html/guide/topics/fundamentals/processes-and-threads.jd @@ -1,6 +1,4 @@ page.title=Processes and Threads -parent.title=Application Fundamentals -parent.link=index.html @jd:body
@@ -417,9 +415,10 @@ android.content.Context#bindService bindService()}. For more information, see th href="{@docRoot}guide/topics/fundamentals/services.html">Services developer guide.

+ diff --git a/docs/html/guide/topics/fundamentals/services.jd b/docs/html/guide/topics/fundamentals/services.jd index df1eacee5029..d0c924a663b0 100644 --- a/docs/html/guide/topics/fundamentals/services.jd +++ b/docs/html/guide/topics/fundamentals/services.jd @@ -1,6 +1,4 @@ page.title=Services -parent.title=Application Fundamentals -parent.link=index.html @jd:body
@@ -851,10 +849,11 @@ href="{@docRoot}guide/topics/fundamentals/bound-services.html#Lifecycle">Managin a Bound Service.

- + diff --git a/docs/html/guide/topics/fundamentals/tasks-and-back-stack.jd b/docs/html/guide/topics/fundamentals/tasks-and-back-stack.jd index 47dc5471d3e5..bd542bd292f3 100644 --- a/docs/html/guide/topics/fundamentals/tasks-and-back-stack.jd +++ b/docs/html/guide/topics/fundamentals/tasks-and-back-stack.jd @@ -1,6 +1,6 @@ page.title=Tasks and Back Stack -parent.title=Application Fundamentals -parent.link=index.html +parent.title=Activities +parent.link=activities.html @jd:body
@@ -558,7 +558,7 @@ href="#Clearing">Clearing the stack).

- + \ No newline at end of file -- 2.11.0