diff --git a/docs/html/guide/topics/fundamentals.jd b/docs/html/guide/topics/fundamentals.jd index f427a927daaf1..3fdbd95154afe 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 b616ab8b0f332..9079ef601a121 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 9eceef1fac959..7ca990e575150 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 c35108ef1d902..3d7710c78e4f6 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 df1eacee50295..d0c924a663b0c 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 47dc5471d3e59..bd542bd292f38 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