diff options
| author | Scott Main <smain@google.com> | 2009-09-11 09:39:40 -0700 |
|---|---|---|
| committer | Scott Main <smain@google.com> | 2009-09-11 09:45:31 -0700 |
| commit | 94443320ee7e2e171f9634cc0fd0bd636789ebf9 (patch) | |
| tree | 57c6c6c57991848ec4c984d6511aa155173beb48 /docs/html/videos | |
| parent | cd419cf89c552479bd382e3e0c554c84375f85f9 (diff) | |
| download | frameworks_base-94443320ee7e2e171f9634cc0fd0bd636789ebf9.zip frameworks_base-94443320ee7e2e171f9634cc0fd0bd636789ebf9.tar.gz frameworks_base-94443320ee7e2e171f9634cc0fd0bd636789ebf9.tar.bz2 | |
docs only.
add android 1.6 video to the highlights doc and featured videos list
Change-Id: I8a641a26b7600142af3fbe417fdef89884afb703
Diffstat (limited to 'docs/html/videos')
| -rw-r--r-- | docs/html/videos/index.jd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/html/videos/index.jd b/docs/html/videos/index.jd index c9c88cf..ddb9f86 100644 --- a/docs/html/videos/index.jd +++ b/docs/html/videos/index.jd @@ -37,10 +37,12 @@ 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.", // 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.", +// '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." }; |
