diff options
Diffstat (limited to 'docs/html/design/patterns/notifications.jd')
-rw-r--r-- | docs/html/design/patterns/notifications.jd | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/html/design/patterns/notifications.jd b/docs/html/design/patterns/notifications.jd index 75bfff2..1a15a64 100644 --- a/docs/html/design/patterns/notifications.jd +++ b/docs/html/design/patterns/notifications.jd @@ -250,4 +250,13 @@ develop a widget that they can choose to place on their home screen.</p> <h4>Dialogs and toasts are for feedback not notification</h4> <p>Your app should not create a dialog or toast if it is not currently on screen. Dialogs and Toasts should only be displayed as the immediate response to the user taking an action inside of your app. For further guidance on the use of dialogs and toasts, refer to <a href="{@docRoot}design/patterns/confirming-acknowledging.html">Confirming & Acknowledging</a>.</p> </div> -</div>
\ No newline at end of file +</div> + + + +<div class="note develop"> +<p><strong>Developer Guide</strong></p> + <p>For information about how to build notifications, see the + <a href="{@docRoot}guide/topics/ui/notifiers/notifications.html">Notifications</a> + API guide.</p> +</div> |