diff options
author | Scott Main <smain@google.com> | 2012-11-13 00:44:17 -0800 |
---|---|---|
committer | Scott Main <smain@google.com> | 2012-11-13 02:23:51 -0800 |
commit | 576552550d2a5c52d767429c4fbf885981d25ff9 (patch) | |
tree | 248ae92f7fcbac3edd05601dec4c70dadddff20d /docs/html/guide/topics/appwidgets | |
parent | ee5c84c4396f8f6c2ca3eeb99d0c103a8d9ebc04 (diff) | |
download | frameworks_base-576552550d2a5c52d767429c4fbf885981d25ff9.zip frameworks_base-576552550d2a5c52d767429c4fbf885981d25ff9.tar.gz frameworks_base-576552550d2a5c52d767429c4fbf885981d25ff9.tar.bz2 |
docs: add jb mr1 api overview
Change-Id: I05db9daa6b9b96fef2debabdf35bcbe169fed007
Diffstat (limited to 'docs/html/guide/topics/appwidgets')
-rw-r--r-- | docs/html/guide/topics/appwidgets/index.jd | 28 |
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 »</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> |