diff options
Diffstat (limited to 'docs/html/resources/resources-data.js')
-rw-r--r-- | docs/html/resources/resources-data.js | 36 |
1 files changed, 33 insertions, 3 deletions
diff --git a/docs/html/resources/resources-data.js b/docs/html/resources/resources-data.js index d7700ee..3e673a5 100644 --- a/docs/html/resources/resources-data.js +++ b/docs/html/resources/resources-data.js @@ -408,6 +408,16 @@ var ANDROID_RESOURCES = [ } }, { + tags: ['sample', 'new', 'ui', 'compatibility', 'newfeature'], + path: 'samples/ActionBarCompat/index.html', + title: { + en: 'Action Bar Compatibility' + }, + description: { + en: 'Shows how to use the action bar on both pre-API 11 and API 11+ devices, maximizing code re-use.' + } + }, + { tags: ['sample', 'new'], path: 'samples/AndroidBeam/index.html', title: { @@ -568,13 +578,13 @@ var ANDROID_RESOURCES = [ } }, { - tags: ['sample', 'media' ], + tags: ['sample', 'media', 'updated'], path: 'samples/RandomMusicPlayer/index.html', title: { en: 'Random Music Player' }, description: { - en: 'Demonstrates how to write a multimedia application that plays music from the device and from URLs. It manages media playback from a service and can play music in the background, respecting audio focus changes.' + en: 'Demonstrates how to write a multimedia application that plays music from the device and from URLs. It manages media playback from a service and can play music in the background, respecting audio focus changes. Also shows how to use the new Remote Control APIs in API level 14.' } }, { @@ -588,6 +598,16 @@ var ANDROID_RESOURCES = [ } }, { + tags: ['sample', 'input', 'new'], + path: 'samples/SampleSpellCheckerService/index.html', + title: { + en: 'Spell Checker' + }, + description: { + en: 'An example spell checker service, using the <a href="'+toRoot+'reference/android/service/textservice/SpellCheckerService.html"><code>SpellCheckerservice</code></a>.' + } + }, + { tags: ['sample', 'accountsync'], path: 'samples/SampleSyncAdapter/index.html', title: { @@ -701,13 +721,23 @@ var ANDROID_RESOURCES = [ tags: ['sample', 'data', 'new'], path: 'samples/VoicemailProviderDemo/index.html', title: { - en: 'Voicemail Provider Demo' + en: 'Voicemail Provider' }, description: { en: 'A sample application to demonstrate how to use voicemail content provider APIs in Android 4.0.' } }, { + tags: ['sample','newfeature', 'new'], + path: 'samples/WiFiDirectDemo/index.html', + title: { + en: 'Wi-Fi Direct Demo' + }, + description: { + en: 'A demo application to demonstrate how to use Wi-Fi Direct APIs.' + } + }, + { tags: ['sample', 'ui', 'widgets'], path: 'samples/Wiktionary/index.html', title: { |