diff options
| -rw-r--r-- | docs/html/training/training_toc.cs | 18 | ||||
| -rw-r--r-- | docs/html/training/tv/index.jd | 3 |
2 files changed, 12 insertions, 9 deletions
diff --git a/docs/html/training/training_toc.cs b/docs/html/training/training_toc.cs index 535a87ed94a9..0baef147431b 100644 --- a/docs/html/training/training_toc.cs +++ b/docs/html/training/training_toc.cs @@ -1654,6 +1654,14 @@ results." </ul> </li> <!-- end of Background Jobs --> + <li class="nav-section"> + <div class="nav-section-header"> + <a href="<?cs var:toroot ?>training/best-performance.html"> + <span class="small">Best Practices for</span><br/> + Performance + </a> + </div> + <ul> <li> <a href="<?cs var:toroot ?>training/articles/memory.html" description= @@ -1661,7 +1669,6 @@ results." on a variety of mobile devices." >Managing Your App's Memory</a> </li> - <li> <a href="<?cs var:toroot ?>training/articles/perf-tips.html" description= @@ -1669,7 +1676,6 @@ results." responsiveness and battery efficiency." >Performance Tips</a> </li> - <li class="nav-section"> <div class="nav-section-header"> <a href="<?cs var:toroot ?>training/improving-layouts/index.html" @@ -1697,7 +1703,6 @@ results." </li> </ul> </li> - <li class="nav-section"> <div class="nav-section-header"> <a href="<?cs var:toroot ?>training/monitoring-device-state/index.html" @@ -1707,7 +1712,8 @@ results." description= "How to minimize the amount of power your app requires by adapting to current power conditions and performing power-hungry tasks at proper intervals." - >Optimizing Battery Life</a> + >Optimizing Battery Life + </a> </div> <ul> <li><a href="<?cs var:toroot ?>training/monitoring-device-state/battery-monitoring.html" @@ -1763,7 +1769,6 @@ results." </li> </ul> </li> - <li> <a href="<?cs var:toroot ?>training/articles/perf-anr.html" description= @@ -1771,7 +1776,6 @@ results." display an "Application Not Responding" dialog." >Keeping Your App Responsive</a> </li> - <li> <a href="<?cs var:toroot ?>training/articles/perf-jni.html" description= @@ -1787,8 +1791,6 @@ results." </ul> </li> <!-- end of Performance --> - - <li class="nav-section"> <div class="nav-section-header"> <a href="<?cs var:toroot ?>training/best-security.html"> diff --git a/docs/html/training/tv/index.jd b/docs/html/training/tv/index.jd index d52e1e804285..ff9f11142aa3 100644 --- a/docs/html/training/tv/index.jd +++ b/docs/html/training/tv/index.jd @@ -8,4 +8,5 @@ page.image=design/tv/images/focus.png <p>These classes teach you how to build apps for TV devices.</p> -<p class="note"><strong>Note:</strong> For details on how to publish your TV apps in Google Play, see <a href="{docRoot}distribute/googleplay/tv.html">Distributing to Android TV</a>.</p>
\ No newline at end of file +<p class="note"><strong>Note:</strong> For details on how to publish your TV apps in Google Play, +see <a href="{@docRoot}distribute/googleplay/tv.html">Distribute to Android TV</a>.</p>
\ No newline at end of file |