From 558459fe85f56f29a6ed6a4d0adb4a0bd6665884 Mon Sep 17 00:00:00 2001 From: Joe Fernandez Date: Thu, 13 Oct 2011 16:47:36 -0700 Subject: docs: add developer guide cross-references, Project ACRE, Round 2 Change-Id: I39a534ae3a2a34b4dabc333a09961012ef911d3e --- core/java/android/widget/Toast.java | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'core/java/android/widget/Toast.java') diff --git a/core/java/android/widget/Toast.java b/core/java/android/widget/Toast.java index bb23173..88d7e05 100644 --- a/core/java/android/widget/Toast.java +++ b/core/java/android/widget/Toast.java @@ -48,6 +48,13 @@ import android.view.accessibility.AccessibilityManager; *

* The easiest way to use this class is to call one of the static methods that constructs * everything you need and returns a new Toast object. + * + *

+ *

Developer Guides

+ *

For information about creating Toast notifications, read the + * Toast Notifications developer + * guide.

+ *
*/ public class Toast { static final String TAG = "Toast"; -- cgit v1.1