diff options
author | Scott Main <smain@google.com> | 2010-09-24 16:17:27 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2010-10-04 13:30:30 -0700 |
commit | ec80d7f311b1a0899bb4caf5b380b07027e902d1 (patch) | |
tree | b65ae09178adc3c26ebd6ca9ba156e57a12fcd04 /docs/html/guide/topics/appwidgets | |
parent | ba944ccda3d61ccbe6061277fcc50c96fe2643f1 (diff) | |
download | frameworks_base-ec80d7f311b1a0899bb4caf5b380b07027e902d1.zip frameworks_base-ec80d7f311b1a0899bb4caf5b380b07027e902d1.tar.gz frameworks_base-ec80d7f311b1a0899bb4caf5b380b07027e902d1.tar.bz2 |
docs: consistency fixit for the quickview boxes in the dev guide
Change-Id: Ibd81091fc6002a77ce43f553b63facec53f16a38
Diffstat (limited to 'docs/html/guide/topics/appwidgets')
-rw-r--r-- | docs/html/guide/topics/appwidgets/index.jd | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/docs/html/guide/topics/appwidgets/index.jd b/docs/html/guide/topics/appwidgets/index.jd index 7a8dd59..3de5627 100644 --- a/docs/html/guide/topics/appwidgets/index.jd +++ b/docs/html/guide/topics/appwidgets/index.jd @@ -3,12 +3,14 @@ page.title=App Widgets <div id="qv-wrapper"> <div id="qv"> - <h2>Key classes</h2> - <ol> - <li>{@link android.appwidget.AppWidgetProvider}</li> - <li>{@link android.appwidget.AppWidgetProviderInfo}</li> - <li>{@link android.appwidget.AppWidgetManager}</li> - </ol> + <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> + <h2>In this document</h2> <ol> <li><a href="#Basics">The Basics</a></li> @@ -28,6 +30,13 @@ page.title=App Widgets </li> </ol> + <h2>Key classes</h2> + <ol> + <li>{@link android.appwidget.AppWidgetProvider}</li> + <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 |