summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/topics
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2012-11-13 02:25:47 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-11-13 02:25:47 -0800
commit65bd44fe44a80816a05f1e5562e58c917e94c4da (patch)
tree3d95ff4878a4da379d5407aa5602ca69413b6281 /docs/html/guide/topics
parentc17faf82109d0f2b1deb81210965e1ce3b2a482d (diff)
parent576552550d2a5c52d767429c4fbf885981d25ff9 (diff)
downloadframeworks_base-65bd44fe44a80816a05f1e5562e58c917e94c4da.zip
frameworks_base-65bd44fe44a80816a05f1e5562e58c917e94c4da.tar.gz
frameworks_base-65bd44fe44a80816a05f1e5562e58c917e94c4da.tar.bz2
Merge "docs: add jb mr1 api overview" into jb-mr1-dev
Diffstat (limited to 'docs/html/guide/topics')
-rw-r--r--docs/html/guide/topics/appwidgets/index.jd28
1 files changed, 7 insertions, 21 deletions
diff --git a/docs/html/guide/topics/appwidgets/index.jd b/docs/html/guide/topics/appwidgets/index.jd
index 9e8a825..838ba96 100644
--- a/docs/html/guide/topics/appwidgets/index.jd
+++ b/docs/html/guide/topics/appwidgets/index.jd
@@ -2,15 +2,7 @@ page.title=App Widgets
@jd:body
<div id="qv-wrapper">
- <div id="qv">re
- <h2>Quickview</h2>
- <ul>
- <li>App Widgets provide users access to some of your application features
-directly from the Home screen (without the need to launch an activity)</li>
- <li>App Widgets are backed by a special kind of broadcast receiver that
-handles the App
-Widget lifecycle</li>
- </ul>
+ <div id="qv">
<h2>In this document</h2>
<ol>
@@ -55,18 +47,6 @@ collections
<li>{@link android.appwidget.AppWidgetProviderInfo}</li>
<li>{@link android.appwidget.AppWidgetManager}</li>
</ol>
-
- <h2>See also</h2>
- <ol>
- <li><a
-href="{@docRoot}guide/practices/ui_guidelines/widget_design.html">App Widget
-Design
- Guidelines</a></li>
- <li><a
-href="http://android-developers.blogspot.com/2009/04/introducing-home-screen-
-widgets-and.html">Introducing
- home screen widgets and the AppWidget framework &raquo;</a></li>
- </ol>
</div>
</div>
@@ -87,6 +67,12 @@ the Music App Widget.</p>
<p>This document describes how to publish an App Widget using an App Widget
provider.</p>
+<div class="note design">
+<p><strong>Widget Design</strong></p>
+ <p>For information about how to design your app widget, read the <a
+href="{@docRoot}design/patterns/widgets.html">Widgets</a> design guide.</p>
+</div>
+
<h2 id="Basics">The Basics</h2>