diff options
| author | 2012-12-14 11:59:15 -0800 | |
|---|---|---|
| committer | 2012-12-14 11:59:15 -0800 | |
| commit | 15434e7cccee95b2d63e61a2cd12a5e32dc757d7 (patch) | |
| tree | c0f797169f548810bb57927c0e79afebcba7fa9a | |
| parent | 4e7ec51472c531d582322bfde59073ab38336b41 (diff) | |
| parent | a828b8ffc33ecdeaf71d119abf5e50df3b781387 (diff) | |
am a828b8ff: am 3b16e13c: am 3a494adf: Merge "docs: add cursorloader class to side nav" into jb-mr1-dev
* commit 'a828b8ffc33ecdeaf71d119abf5e50df3b781387':
docs: add cursorloader class to side nav
| -rw-r--r-- | docs/html/training/training_toc.cs | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/docs/html/training/training_toc.cs b/docs/html/training/training_toc.cs index 77909b8dbd0c..c4e0f844cf77 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"> |