From 5dd0fd5c89099f194b9ec2323bb6413fa48e7db8 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Wed, 12 May 2010 14:49:38 -0700 Subject: docs: fix broken links Change-Id: I2720ce4fe30b1e6ff35b91f48a98ead8999ed1ab --- docs/html/resources/articles/live-wallpapers.jd | 4 ++-- docs/html/resources/articles/speech-input.jd | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'docs/html/resources') diff --git a/docs/html/resources/articles/live-wallpapers.jd b/docs/html/resources/articles/live-wallpapers.jd index 3e4bc0c..ea67fed 100644 --- a/docs/html/resources/articles/live-wallpapers.jd +++ b/docs/html/resources/articles/live-wallpapers.jd @@ -36,8 +36,8 @@ href="../samples/CubeLiveWallpaper/index.html">CubeLiveWallpaper sample code

In terms of implementation, a live wallpaper is very similar to a regular Android service. The only difference is the addition of a new method, onCreateEngine(), whose goal is to create a {@code +onCreateEngine()}, whose goal is to create a WallpaperService.Engine. The engine is responsible for handling the lifecycle and drawing of a wallpaper. The system provides a surface diff --git a/docs/html/resources/articles/speech-input.jd b/docs/html/resources/articles/speech-input.jd index 8e41d34..282b619 100644 --- a/docs/html/resources/articles/speech-input.jd +++ b/docs/html/resources/articles/speech-input.jd @@ -29,9 +29,8 @@ Handcent SMS:

The Android SDK makes it easy to integrate speech input directly into your own application. Just copy and paste from this -sample application to get +href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/VoiceRecognition.html">sample +application to get started. The sample application first verifies that the target device is able to recognize speech input:

-- 
cgit v1.1