diff options
Diffstat (limited to 'docs/html/design/patterns/navigation.jd')
-rw-r--r-- | docs/html/design/patterns/navigation.jd | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/docs/html/design/patterns/navigation.jd b/docs/html/design/patterns/navigation.jd index b717884..4da87b9 100644 --- a/docs/html/design/patterns/navigation.jd +++ b/docs/html/design/patterns/navigation.jd @@ -2,6 +2,13 @@ page.title=Navigation with Back and Up page.tags="navigation","activity","task" @jd:body +<a class="notice-developers" href="{@docRoot}training/implementing-navigation/index.html"> + <div> + <h3>Developer Docs</h3> + <p>Implementing Effective Navigation</p> + </div> +</a> + <p>Consistent navigation is an essential component of the overall user experience. Few things frustrate users more than basic navigation that behaves in inconsistent and unexpected ways. Android 3.0 introduced significant changes to the global navigation behavior. Thoughtfully following the @@ -203,15 +210,3 @@ 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> |