Merge "docs: revise loader doc title" into honeycomb
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user