summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2009-10-29 14:45:20 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2009-10-29 14:45:20 -0700
commit5d0b8091782374df8c764b041cf8c16079ac8aa3 (patch)
treebe568663ffa03de6ff27dbf1fa65b17c200289d2 /docs
parentc53793d2066c5a72c35ed3a9dfb324541f41449d (diff)
parent0ae9e101a6cdf4e31cb130fd120fd5a05847e2d3 (diff)
downloadframeworks_base-5d0b8091782374df8c764b041cf8c16079ac8aa3.zip
frameworks_base-5d0b8091782374df8c764b041cf8c16079ac8aa3.tar.gz
frameworks_base-5d0b8091782374df8c764b041cf8c16079ac8aa3.tar.bz2
am 0ae9e101: am e7672d00: am 25aa87b2: am d14f1bd7: Merge change Iacb6e122 into eclair-sdk
Merge commit '0ae9e101a6cdf4e31cb130fd120fd5a05847e2d3' * commit '0ae9e101a6cdf4e31cb130fd120fd5a05847e2d3': docs: add 2.0 video to developer site feature videos
Diffstat (limited to 'docs')
-rw-r--r--docs/html/videos/index.jd6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/html/videos/index.jd b/docs/html/videos/index.jd
index 858ae9d..157c077 100644
--- a/docs/html/videos/index.jd
+++ b/docs/html/videos/index.jd
@@ -37,12 +37,10 @@ var playlistsWithTitleInDescription = "734A052F802C96B9";
* Each playlist ID is paired with a custom video description.
*/
var featured = {
-// Android 1.6 Release
- 'MBRFkLKRwFw' : "The Android 1.6 release includes new features and improvements to the Android platform. Here's an introduction to what's new in Android 1.6.",
+// Android 2.0 Release
+ 'opZ69P-0Jbc' : "The Android 2.0 platform adds exciting new user features and developer APIs. Here's an introduction to what's new.",
// How to Make your Android UI Fast..
'N6YdwzAvwOA' : "Make your user interface fast, with more efficient AdapterViews, better bitmap scaling, faster redrawing, ViewStub layouts, fewer Views, and more.",
-// Coding for Life: Battery Life
-// 'OUemfrKe65c' : "Learn what kinds of operations consume the most battery and how you can reduce your usage, with tips for parsing and zipping data, using wakelocks, and running a Service.",
// How Do I Code Thee?
'GARMe7Km_gk' : "If you'd like to augment your Android applications with pieces written in JavaScript or native code, watch this video."
};