From 3ea03c5321a5bbe2ca221d39ad566321c573276f Mon Sep 17 00:00:00 2001 From: Scott Main Date: Tue, 11 Jan 2011 21:09:53 -0800 Subject: [PATCH] docs: add section links to samples overview Change-Id: Ib605362eb97e607eba3d965a5ca0f32e6207b841 --- .../com/example/android/apis/app/_index.html | 28 +++++++++++++------ .../com/example/android/apis/text/_index.html | 4 ++- 2 files changed, 23 insertions(+), 9 deletions(-) diff --git a/samples/ApiDemos/src/com/example/android/apis/app/_index.html b/samples/ApiDemos/src/com/example/android/apis/app/_index.html index f688413cf..5a2a31f3c 100644 --- a/samples/ApiDemos/src/com/example/android/apis/app/_index.html +++ b/samples/ApiDemos/src/com/example/android/apis/app/_index.html @@ -1,5 +1,17 @@ -

Activity

+

This section includes samples for:

+ + + +

Activity

Hello World
Demonstrates a basic screen activity. @@ -73,7 +85,7 @@ on top of the system wallpaper.
-

Fragment

+

Fragment

Fragment Alert Dialog
Demonstrates how to use a DialogFragment to show and manage an @@ -122,7 +134,7 @@
-

LoaderManager

+

LoaderManager

Loader Throttle
Complete end-to-end demonstration of a simple content provider that @@ -132,7 +144,7 @@ in this case.
-

Service

+

Service

Local Service
Demonstrate the implementation of a service that runs in the same @@ -180,7 +192,7 @@
-

Alarm

+

Alarm

Alarm Controller
Demonstrates two ways you can schedule alarms: a one-shot alarm that @@ -213,7 +225,7 @@
-

Notification

+

Notification

NotifyWithText
Demonstrates popup notifications of varying length.
@@ -226,7 +238,7 @@ the status bar, and a standard way for handling them.
-

Search

+
SearchInvoke
Demonstrates various ways in which activities can launch the Search UI.
@@ -239,7 +251,7 @@
-

Misc

+

Misc

Alert Dialog Samples
Demonstrates various styles of alert dialogs.
diff --git a/samples/ApiDemos/src/com/example/android/apis/text/_index.html b/samples/ApiDemos/src/com/example/android/apis/text/_index.html index ee1020bc9..c995a0cac 100644 --- a/samples/ApiDemos/src/com/example/android/apis/text/_index.html +++ b/samples/ApiDemos/src/com/example/android/apis/text/_index.html @@ -1,6 +1,8 @@
Linkify
-
Demonstrates the {@link android.text.util.Linkify Linkify} class, which converts URLs in a block of text into hyperlinks.
+
Demonstrates the Linkify +class, which converts URLs in a block of text into hyperlinks.