Merge "docs: revise loader doc title" into honeycomb

This commit is contained in:
Scott Main
2011-02-15 17:54:28 -08:00
committed by Android (Google) Code Review
3 changed files with 5 additions and 3 deletions

View File

@@ -65,7 +65,7 @@
<li><a href="<?cs var:toroot ?>guide/topics/fundamentals/fragments.html">
<span class="en">Fragments</span>
</a> <span class="new">new!</span></li>
<li><a href="<?cs var:toroot ?>guide/topics/providers/loaders.html">
<li><a href="<?cs var:toroot ?>guide/topics/fundamentals/loaders.html">
<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">

View File

@@ -1,4 +1,6 @@
page.title=Using Loaders
page.title=Loaders
parent.title=Activities
parent.link=activities.html
@jd:body
<div id="qv-wrapper">
<div id="qv">

View File

@@ -351,7 +351,7 @@ changed, then call {@link android.app.LoaderManager#initLoader initLoader()} to
loader for your activity or fragment.</p>
<p>For more information, read the <a
href="{@docRoot}guide/topics/providers/loaders.html">Loaders</a> documentation. You can also see
href="{@docRoot}guide/topics/fundamentals/loaders.html">Loaders</a> documentation. You can also see
example code using loaders in the <a
href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/FragmentListCursorLoader.html">FragmentListCursorLoader</a>
and <a