Merge change Iacb6e122 into eclair-sdk
* changes: docs: add 2.0 video to developer site feature videos
This commit is contained in:
@@ -37,12 +37,10 @@ var playlistsWithTitleInDescription = "734A052F802C96B9";
|
|||||||
* Each playlist ID is paired with a custom video description.
|
* Each playlist ID is paired with a custom video description.
|
||||||
*/
|
*/
|
||||||
var featured = {
|
var featured = {
|
||||||
// Android 1.6 Release
|
// Android 2.0 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.",
|
'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..
|
// 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.",
|
'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?
|
// 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."
|
'GARMe7Km_gk' : "If you'd like to augment your Android applications with pieces written in JavaScript or native code, watch this video."
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user