diff options
Diffstat (limited to 'docs/html/resources')
| -rw-r--r-- | docs/html/resources/articles/live-wallpapers.jd | 4 | ||||
| -rw-r--r-- | docs/html/resources/articles/speech-input.jd | 5 |
2 files changed, 4 insertions, 5 deletions
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</a> <p>In terms of implementation, a live wallpaper is very similar to a regular Android <a href="../../../reference/android/app/Service.html">service</a>. The only difference is the addition of a new method, <a -href="../../../reference/android/service/wallpaper/WallpaperService. -html#onCreateEngine()"><code>onCreateEngine()</code></a>, whose goal is to create a <a +href="../../../reference/android/service/wallpaper/WallpaperService.html#onCreateEngine()">{@code +onCreateEngine()}</a>, whose goal is to create a <a href="../../../reference/android/service/wallpaper/WallpaperService.Engine.html"> <code>WallpaperService.Engine</code></a>. 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:</p> <p> The Android SDK makes it easy to integrate speech input directly into your own application. Just copy and paste from this <a -href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/ -VoiceRecognition.html"> -sample application</a> to get +href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/VoiceRecognition.html">sample +application</a> to get started. The sample application first verifies that the target device is able to recognize speech input:</p> <pre> |
