diff options
author | Android (Google) Code Review <android-gerrit@google.com> | 2009-10-28 14:27:48 -0400 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2009-10-28 14:27:48 -0400 |
commit | d14f1bd7e4ba28489bdc472aa736aee5a587cb98 (patch) | |
tree | bc666fd9246da7ee90a6618a8ed4315bf93262f9 /docs/html | |
parent | 5a4d66965d3c5061d47201fcaa62c90d126e7187 (diff) | |
parent | 3141c707b8e8fa0fea6d66d6dd8a6a8e901a03b7 (diff) | |
download | frameworks_base-d14f1bd7e4ba28489bdc472aa736aee5a587cb98.zip frameworks_base-d14f1bd7e4ba28489bdc472aa736aee5a587cb98.tar.gz frameworks_base-d14f1bd7e4ba28489bdc472aa736aee5a587cb98.tar.bz2 |
Merge change Iacb6e122 into eclair-sdk
* changes:
docs: add 2.0 video to developer site feature videos
Diffstat (limited to 'docs/html')
-rw-r--r-- | docs/html/videos/index.jd | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/html/videos/index.jd b/docs/html/videos/index.jd index ddb9f86..4e53aac 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." }; |