diff --git a/docs/html/guide/developing/eclipse-adt.jd b/docs/html/guide/developing/eclipse-adt.jd
index cf2a45716d34c..66379a3945d2c 100644
--- a/docs/html/guide/developing/eclipse-adt.jd
+++ b/docs/html/guide/developing/eclipse-adt.jd
@@ -527,7 +527,7 @@ Marking a project as an Android library project.
A library project's manifest file must declare all of the shared components
that it includes, just as would a standard Android application. For more
information, see the documentation for AndroidManifest.xml.
+href="{@docRoot}guide/topics/manifest/manifest-intro.html">AndroidManifest.xml.
For example, the TicTacToeLib
@@ -613,7 +613,8 @@ like this:
...
</manifest>
-For more information about the manifest file, see the documentation for AndroidManifest.xml.
+For more information about the manifest file, see the documentation for AndroidManifest.xml.
Development considerations
diff --git a/docs/html/guide/developing/other-ide.jd b/docs/html/guide/developing/other-ide.jd
index e8a6fb6494f82..1d67aa90ede4e 100644
--- a/docs/html/guide/developing/other-ide.jd
+++ b/docs/html/guide/developing/other-ide.jd
@@ -687,7 +687,7 @@ so that other applications can use it, you can do so by adding a the
A library project's manifest file must declare all of the shared components
that it includes, just as would a standard Android application. For more
information, see the documentation for AndroidManifest.xml.
+href="{@docRoot}guide/topics/manifest/manifest-intro.html">AndroidManifest.xml.
For example, the TicTacToeLib
@@ -799,7 +799,8 @@ like this:
...
</manifest>
-For more information about the manifest file, see the documentation for AndroidManifest.xml.
+For more information about the manifest file, see the documentation for AndroidManifest.xml.
Building a dependent application
diff --git a/docs/html/guide/samples/index.jd b/docs/html/guide/samples/index.jd
index 2f3ac5ebb6bc1..bd9ea52bc6ffd 100644
--- a/docs/html/guide/samples/index.jd
+++ b/docs/html/guide/samples/index.jd
@@ -3,99 +3,13 @@ page.title=Sample Code
@jd:body
-Sometimes, the best way to learn how things are done is to look at some code.
-Here, you can browse the source of some sample Android applications that are included
-in the Android SDK.
+
-Each version of the Android platform available for the SDK includes a full set of sample
-applications (which may vary between different versions of the platform).
-You can find the samples in your SDK at:
-
-
-<sdk>/platforms/android-<version>/samples/
-
-
-You can easily create new Android projects with these samples, modify them
-if you'd like, then run them on an emulator or device. For example, to create
-a project for the API Demos app from Eclipse,
-start a new Android Project, select "Create project from existing source", then select
-{@code ApiDemos} in the {@code samples/} directory. To create the API Demos project
-using the {@code android} tool, execute:
-
-android update project -s -n API Demos -t <target_ID> -p <path-to-platform>/samples/ApiDemos/
-
-
-The pages below provide an overview of each sample application (available with most
-platforms) and allow you to view the source files in your browser.
-
-
-
Some of the samples in this listing are not yet available in the
- SDK. While we work to update the SDK, you can
- download the latest samples as a ZIP
- archive.
-
-
-
-
- - API Demos
- - A variety of small applications that demonstrate an extensive collection of
- framework topics.
-
- - Backup and Restore
- - An simple example that illustrates a few different ways for an application to
- implement support for the Android data backup and restore mechanism.
-
- - Bluetooth Chat
- - An application for two-way text messaging over Bluetooth.
-
- - Contact Manager
- - An application that demonstrates how to query the system contacts provider
- using the
ContactsContract API, as
- well as insert contacts into a specific account.
-
- - Home
- - A home screen replacement application.
-
- - JetBoy
- - JetBoy is a game that demonstrates the SONiVOX JET interactive music technology,
- with {@link android.media.JetPlayer}.
-
- - Lunar Lander
- - A classic Lunar Lander game.
-
- - Multiple Resolutions
- - A sample application that shows how to use resource directory qualifiers to
- provide different resources for different screen configurations.
-
- - Note Pad
- - An application for saving notes. Similar (but not identical) to the
- Notepad tutorial.
-
- - Searchable Dictionary
- - A sample application that demonstrates Android's search framework,
- including how to provide search suggestions for Quick Search Box.
-
- - Snake
- - An implementation of the classic game "Snake."
-
- - Soft Keyboard
- - An example of writing an input method for a software keyboard.
-
- - Wiktionary
- - An example of creating interactive widgets for display on the Android
- home screen.
-
- - Wiktionary (Simplified)
- - A simple Android home screen widgets example.
-
-
+This document has moved. Please go to List of Sample
+Apps.
-
-
For more sample applications, check out
-apps-for-android, a
-collection of open source applications that demonstrate various Android APIs.
-
-
-
diff --git a/docs/html/guide/topics/data/backup.jd b/docs/html/guide/topics/data/backup.jd
index aeefca8f95535..6c02031fd4f57 100644
--- a/docs/html/guide/topics/data/backup.jd
+++ b/docs/html/guide/topics/data/backup.jd
@@ -240,7 +240,7 @@ Backup Service Key is ignored.
Extending BackupAgent
Most applications shouldn't need to extend the {@link android.app.backup.BackupAgent} class
-directly, but should instead extend BackupAgentHelper to take
+directly, but should instead extend BackupAgentHelper to take
advantage of the built-in helper classes that automatically backup and restore your files. However,
you might want to extend {@link android.app.backup.BackupAgent} directly if you need to:
@@ -262,7 +262,7 @@ create your table and insert the data during a restore operation.
If you don't need to perform any of the tasks above and want to back up complete files from
{@link android.content.SharedPreferences} or internal storage, you
-should skip to Extending BackupAgentHelper.
+should skip to Extending BackupAgentHelper.
diff --git a/docs/html/guide/topics/resources/providing-resources.jd b/docs/html/guide/topics/resources/providing-resources.jd
index cac85e835fe02..7e2f8a0cea04d 100644
--- a/docs/html/guide/topics/resources/providing-resources.jd
+++ b/docs/html/guide/topics/resources/providing-resources.jd
@@ -761,7 +761,7 @@ Android runs your application, it will crash if you do not provide default resou
cannot use the resources named with the new qualifier. For example, if your {@code
minSdkVersion} is set to 4, and you qualify all of your drawable resources using night mode ({@code night} or {@code notnight}, which were added in API
+href="#NightQualifier">night mode ({@code night} or {@code notnight}, which were added in API
Level 8), then an API Level 4 device cannot access your drawable resources and will crash. In this
case, you probably want {@code notnight} to be your default resources, so you should exclude that
qualifier so your drawable resources are in either {@code drawable/} or {@code drawable-night/}.
diff --git a/docs/html/sdk/older_releases.jd b/docs/html/sdk/older_releases.jd
index c3ba49566e70f..77f7e43783b69 100644
--- a/docs/html/sdk/older_releases.jd
+++ b/docs/html/sdk/older_releases.jd
@@ -47,7 +47,7 @@ Notes
Windows |
android-sdk-
+href="http://dl.google.com/android/archives/android-sdk-windows-1.6_r1.zip">android-sdk-
windows-1 .6_r1.zip
|
260529085 bytes |
@@ -57,7 +57,7 @@ windows-1 .6_r1.zip
Mac OS X (intel) |
android-sdk-
+href="http://dl.google.com/android/archives/android-sdk-mac_x86-1.6_r1.zip">android-sdk-
mac_x86-1 .6_r1.zip
|
247412515 bytes |
@@ -67,7 +67,7 @@ mac_x86-1 .6_r1.zip
Linux (i386) |
android-
+href="http://dl.google.com/android/archives/android-sdk-linux_x86-1.6_r1.tgz">android-
sdk- linux_x86-1.6_r1.tgz
|
238224860 bytes |
@@ -92,7 +92,7 @@ Notes
Windows |
android-sdk-
+href="http://dl.google.com/android/archives/android-sdk-windows-1.5_r3.zip">android-sdk-
windows-1 .5_r3.zip
|
191477853 bytes |
@@ -102,7 +102,7 @@ windows-1 .5_r3.zip
Mac OS X (intel) |
android-sdk-
+href="http://dl.google.com/android/archives/android-sdk-mac_x86-1.5_r3.zip">android-sdk-
mac_x86-1 .5_r3.zip
|
183024673 bytes |
@@ -112,7 +112,7 @@ mac_x86-1 .5_r3.zip
Linux (i386) |
android-
+href="http://dl.google.com/android/archives/android-sdk-linux_x86-1.5_r3.zip">android-
sdk- linux_x86-1.5_r3.zip
|
178117561 bytes |
@@ -137,7 +137,7 @@ Notes
Windows |
android-sdk-
+href="http://dl.google.com/android/archives/android-sdk-windows-1.1_r1.zip">android-sdk-
windows-1
.1_r1.zip
|
@@ -148,7 +148,7 @@ windows-1
Mac OS X (intel) |
android-sdk-
+href="http://dl.google.com/android/archives/android-sdk-mac_x86-1.1_r1.zip">android-sdk-
mac_x86-1
.1_r1.zip
|
@@ -159,7 +159,7 @@ mac_x86-1
Linux (i386) |
android-
+href="http://dl.google.com/android/archives/android-sdk-linux_x86-1.1_r1.zip">android-
sdk-
linux_x86-1.1_r1.zip
|
@@ -185,7 +185,7 @@ Notes
Windows |
android-sdk-
+href="http://dl.google.com/android/archives/android-sdk-windows-1.0_r2.zip">android-sdk-
windows-1
.0_r2.zip
|
@@ -196,7 +196,7 @@ windows-1
Mac OS X (intel) |
android-sdk-
+href="http://dl.google.com/android/archives/android-sdk-mac_x86-1.0_r2.zip">android-sdk-
mac_x86-1
.0_r2.zip
|
@@ -207,7 +207,7 @@ mac_x86-1
Linux (i386) |
android-
+href="http://dl.google.com/android/archives/android-sdk-linux_x86-1.0_r2.zip">android-
sdk-
linux_x86-1.0_r2.zip
|
@@ -241,7 +241,7 @@ Notes
Windows |
android-sdk-
+href="http://dl.google.com/android/archives/android-sdk-windows-1.5_r2.zip">android-sdk-
windows-1 .5_r2.zip
|
178346828 bytes |
@@ -251,7 +251,7 @@ windows-1 .5_r2.zip
Mac OS X (intel) |
android-sdk-
+href="http://dl.google.com/android/archives/android-sdk-mac_x86-1.5_r2.zip">android-sdk-
mac_x86-1 .5_r2.zip
|
169945128 bytes |
@@ -261,7 +261,7 @@ mac_x86-1 .5_r2.zip
Linux (i386) |
android-
+href="http://dl.google.com/android/archives/android-sdk-linux_x86-1.5_r2.zip">android-
sdk- linux_x86-1.5_r2.zip
|
165035130 bytes |
@@ -286,7 +286,7 @@ Notes
Windows |
android-sdk-
+href="http://dl.google.com/android/archives/android-sdk-windows-1.5_r1.zip">android-sdk-
windows-1 .5_r1.zip
|
176263368 bytes |
@@ -296,7 +296,7 @@ windows-1 .5_r1.zip
Mac OS X (intel) |
android-sdk-
+href="http://dl.google.com/android/archives/android-sdk-mac_x86-1.5_r1.zip">android-sdk-
mac_x86-1 .5_r1.zip
|
167848675 bytes |
@@ -306,7 +306,7 @@ mac_x86-1 .5_r1.zip
Linux (i386) |
android-
+href="http://dl.google.com/android/archives/android-sdk-linux_x86-1.5_r1.zip">android-
sdk- linux_x86-1.5_r1.zip
|
162938845 bytes |
@@ -331,7 +331,7 @@ Notes
Windows |
android-sdk-
+href="http://dl.google.com/android/archives/android-sdk-windows-1.0_r1.zip">android-sdk-
windows-1 .0_r1.zip
|
89.7 MB bytes |
@@ -341,7 +341,7 @@ windows-1 .0_r1.zip
Mac OS X (intel) |
android-sdk-
+href="http://dl.google.com/android/archives/android-sdk-mac_x86-1.0_r1.zip">android-sdk-
mac_x86-1 .0_r1.zip
|
87.5 MB bytes |
@@ -351,7 +351,7 @@ mac_x86-1 .0_r1.zip
Linux (i386) |
android-
+href="http://dl.google.com/android/archives/android-sdk-linux_x86-1.0_r1.zip">android-
sdk- linux_x86-1.0_r1.zip
|
87.8 MB bytes |