diff --git a/docs/html/guide/samples/index.jd b/docs/html/guide/samples/index.jd
index bd9ea52bc6ffd..4b9334f2f6196 100644
--- a/docs/html/guide/samples/index.jd
+++ b/docs/html/guide/samples/index.jd
@@ -4,11 +4,11 @@ page.title=Sample Code
This document has moved. Please go to List of Sample
+href="http://developer.android.com/resources/browser.html?tag=sample">List of Sample
Apps.
diff --git a/docs/html/resources/resources-data.js b/docs/html/resources/resources-data.js
index beffbfeee99e6..febdb9a278a69 100644
--- a/docs/html/resources/resources-data.js
+++ b/docs/html/resources/resources-data.js
@@ -25,7 +25,8 @@ var ANDROID_TAGS = {
'search': 'Search',
'testing': 'Testing',
'ui': 'User Interface',
- 'web': 'Web Content'
+ 'web': 'Web Content',
+ 'widgets': 'App Widgets'
},
misc: {
'external': 'External',
@@ -345,17 +346,17 @@ var ANDROID_RESOURCES = [
///////////////////
{
- tags: ['sample'],
+ tags: ['sample', 'new'],
path: 'samples/AccelerometerPlay/index.html',
title: {
en: 'Accelerometer Play'
},
description: {
- en: ''
+ en: 'An example of using the accelerometer to integrate the device\'s acceleration to a position using the Verlet method. This is illustrated with a very simple particle system comprised of a few iron balls freely moving on an inclined wooden table. The inclination of the virtual table is controlled by the device\'s accelerometer.'
}
},
{
- tags: ['sample'],
+ tags: ['sample', 'new', 'accessibility'],
path: 'samples/AccessibilityService/index.html',
title: {
en: 'Accessibility Service'
@@ -565,7 +566,7 @@ var ANDROID_RESOURCES = [
}
},
{
- tags: ['sample', 'new', 'newfeature'],
+ tags: ['sample', 'new', 'newfeature', 'widgets'],
path: 'samples/StackWidget/index.html',
title: {
en: 'StackView App Widget'
@@ -595,7 +596,7 @@ var ANDROID_RESOURCES = [
}
},
{
- tags: ['sample', 'ui'],
+ tags: ['sample', 'ui', 'widgets'],
path: 'samples/Wiktionary/index.html',
title: {
en: 'Wiktionary'
@@ -605,7 +606,7 @@ var ANDROID_RESOURCES = [
}
},
{
- tags: ['sample', 'ui'],
+ tags: ['sample', 'ui', 'widgets'],
path: 'samples/WiktionarySimple/index.html',
title: {
en: 'Wiktionary (Simplified)'
diff --git a/docs/html/resources/samples/index.jd b/docs/html/resources/samples/index.jd
index beecd67a01c60..acb80e8267814 100644
--- a/docs/html/resources/samples/index.jd
+++ b/docs/html/resources/samples/index.jd
@@ -1,138 +1,11 @@
page.title=List of Sample Apps
@jd:body
-The list below provides a summary of the sample applications that are
-available with the Android SDK. Using the links on this page, you can view
-the source files of the sample applications in your browser.
-
-You can also download the source of these samples into your SDK, then
-modify and reuse it as you need. For more information, see Getting the Samples.
-
-
-
- - Accelerometer Play
- - An example that demonstrates how to use accelerometer readings
- in an application.
-
- - Accessibility Service
- - An example that demonstrates the use of accessibility APIs.
-
- - API Demos
- - A variety of small applications that demonstrate an extensive collection of
- framework topics.
-
- - Backup and Restore
- - A 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.
-
- - BusinessCard
- - An application that demonstrates how to launch the built-in contact
- picker from within an activity. This sample also uses reflection to ensure
- that the correct version of the contacts API is used, depending on which
- API level the application is running under.
-
- - 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
- - A game that demonstrates the SONiVOX JET interactive music technology,
- with {@link android.media.JetPlayer}.
-
- - Live Wallpaper
- - An application that demonstrates how to create a live wallpaper and
- bundle it in an application that users can install on their devices.
-
- - 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.
-
- - SampleSyncAdapter
- - Demonstrates how an application can communicate with a
-cloud-based service and synchronize its data with data stored locally in a
-content provider. The sample uses two related parts of the Android framework
-— the account manager and the synchronization manager (through a sync
-adapter).
-
- - Searchable Dictionary
- - A sample application that demonstrates Android's search framework,
- including how to provide search suggestions for Quick Search Box.
-
- - SIP Demo
- - An application that demonstrates how to make an internet-based call using the SIP
- API.
-
- - Snake
- - An implementation of the classic game "Snake."
-
- - Soft Keyboard
- - An example of writing an input method for a software keyboard.
-
- - Spinner
- -
- A simple application that serves as an application-under-test for the
- SpinnerTest sample application.
-
- - SpinnerTest
- -
- An example test application that contains test cases run against the
- Spinner sample application.
- To learn more about the application and how to run it,
- please read the
- Activity Testing tutorial.
-
- - TicTacToeLib
- -
- An example of an Android library project that provides a game-play
- Activity to any dependent application project. For an example of
- how an application can use the code and resources in an Android
- library project, see the TicTacToeMain
- sample application.
-
- - TicTacToeMain
- -
- An example of an Android application that makes use of code and
- resources provided in an Android library project. Specifically, this
- application uses code and resources provided in the TicTacToeLib library project.
-
- - Wiktionary
- - An example of creating interactive widgets for display on the Android
- home screen.
-
- - Wiktionary (Simplified)
- - A simple Android home screen widgets example.
-
-
-
-
-
For more sample applications, check out
-apps-for-android, a
-collection of open source applications that demonstrate various Android APIs.
-
-
+
+This document has moved. Please go to List of Sample
+Apps.