summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2012-12-14 11:39:03 -0800
committerScott Main <smain@google.com>2012-12-14 11:39:03 -0800
commit8ac78803f59fd4fbe9e2682632791bc255d38ace (patch)
treef9e56eb0d2219313a03d68d5d249974c2f30784d /docs
parent3252eb96577d9e7080542804129cbdb197c768a9 (diff)
downloadframeworks_base-8ac78803f59fd4fbe9e2682632791bc255d38ace.zip
frameworks_base-8ac78803f59fd4fbe9e2682632791bc255d38ace.tar.gz
frameworks_base-8ac78803f59fd4fbe9e2682632791bc255d38ace.tar.bz2
docs: add cursorloader class to side nav
Change-Id: I1be67b98f71b9e3759b06b851c30b49f8ccdef64
Diffstat (limited to 'docs')
-rw-r--r--docs/html/training/training_toc.cs22
1 files changed, 20 insertions, 2 deletions
diff --git a/docs/html/training/training_toc.cs b/docs/html/training/training_toc.cs
index 77909b8..c4e0f84 100644
--- a/docs/html/training/training_toc.cs
+++ b/docs/html/training/training_toc.cs
@@ -845,13 +845,14 @@
</li>
</ul>
</li>
-<!-- Background Service -->
+
<li class="nav-section">
<div class="nav-section-header">
<a href="<?cs var:toroot ?>training/run-background-service/index.html"
description=
"How to improve UI performance and responsiveness by sending work to a
- Service running in the background">Running in a Background Service</a>
+ Service running in the background"
+ >Running in a Background Service</a>
</div>
<ul>
<li><a href="<?cs var:toroot ?>training/run-background-service/create-service.html">
@@ -868,6 +869,23 @@
</li>
</ul>
</li>
+
+ <li class="nav-section">
+ <div class="nav-section-header">
+ <a href="<?cs var:toroot ?>training/load-data-background/index.html"
+ description="How to use CursorLoader to query data without
+ affecting UI responsiveness."
+ >Loading Data in the Background</a>
+ </div>
+ <ul>
+ <li><a href="<?cs var:toroot ?>training/load-data-background/setup-loader.html">
+ Running a Query with a CursorLoader</a>
+ </li>
+ <li><a href="<?cs var:toroot ?>training/load-data-background/handle-results.html">
+ Handling the Results</a>
+ </li>
+ </ul>
+ </li>
<li class="nav-section">
<div class="nav-section-header">