diff options
Diffstat (limited to 'docs/html/design/patterns/navigation.jd')
-rw-r--r-- | docs/html/design/patterns/navigation.jd | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/html/design/patterns/navigation.jd b/docs/html/design/patterns/navigation.jd index 7e288ae..656e6e5 100644 --- a/docs/html/design/patterns/navigation.jd +++ b/docs/html/design/patterns/navigation.jd @@ -202,3 +202,15 @@ with Task B—the prior context is abandoned in favor of the user's new goal <p>When your app registers to handle intents with an activity deep within the app's hierarchy, refer to <a href="#into-your-app">Navigation into Your App via Home Screen Widgets and Notifications</a> for guidance on how to specify Up navigation.</p> + + + +<div class="note develop"> +<p><strong>Developer Guide</strong></p> + <p>For information about how to build your app with proper Up and Back navigation, read + <a href="{@docRoot}training/implementing-navigation/ancestral.html">Implementing + Ancestral Navigation</a> and + <a href="{@docRoot}training/implementing-navigation/temporal.html">Implementing + Temporal Navigation</a>, respectively. + </p> +</div> |