summaryrefslogtreecommitdiffstats
path: root/docs/html/videos
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2011-05-16 10:18:06 -0700
committerScott Main <smain@google.com>2011-05-16 10:56:26 -0700
commit5eba0e98d1f7ed8f9d04a44adb8d8a37ef7f4659 (patch)
tree0c8d398cebc5799bb186c3ab025bfa97a6586679 /docs/html/videos
parentfc0ea7ea5de429d9eea7f13bca42b98081d38dc5 (diff)
downloadframeworks_base-5eba0e98d1f7ed8f9d04a44adb8d8a37ef7f4659.zip
frameworks_base-5eba0e98d1f7ed8f9d04a44adb8d8a37ef7f4659.tar.gz
frameworks_base-5eba0e98d1f7ed8f9d04a44adb8d8a37ef7f4659.tar.bz2
docs: update featured videos and increase the max results for each playlist
Change-Id: I8d7a547960ed5bae4ea2eec9e8bac14c421d3746
Diffstat (limited to 'docs/html/videos')
-rw-r--r--docs/html/videos/index.jd14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/html/videos/index.jd b/docs/html/videos/index.jd
index 50bdb46..7f5df78 100644
--- a/docs/html/videos/index.jd
+++ b/docs/html/videos/index.jd
@@ -37,12 +37,12 @@ var playlistsWithTitleInDescription = "734A052F802C96B9";
* Each playlist ID is paired with a custom video description.
*/
var featured = {
-// Android UI design patterns
- 'M1ZBjlCRfz0' : "The Android user experience team provides suggestions for how to make your applications more useable and engaging.",
-// The world of ListView
- 'wDBM6wVEO70' : "ListView is a common widget that's customizable, but can be tricky to polish, so this talk shows how you can provide the best performance.",
-// Debugging Arts of the Ninja Masters
- 'Dgnx0E7m1GQ' : "The Android SDK includes tools to debug your apps like a ninja. Enter the dojo and become a master at debugging your apps."
+// Android Development Tools
+ 'Oq05KqjXTvs' : "The team behind the Android Development Tools demonstrate several powerful features for app development, including new capabilities in the Eclipse layout editor.",
+// Android UIs for phones and tablets
+ 'WGIU2JX1U5Y' : "This talk from the Android UI team explains several design patterns that the team recommends you use when designing your application for screens of all sizes.",
+// Android Protips
+ 'twmuBbC_oB8' : "In this talk, you'll learn how to create a well polished app that abides by several key virtues, using advanced development techniques and some lesser known APIs."
};
/* When an event on the browser history occurs (back, forward, load),
@@ -177,7 +177,7 @@ function showPlaylists() {
for (var i in ids) {
var script = "<script type='text/javascript' src='http://gdata.youtube.com/feeds/api/playlists/"
+ ids[i] +
- "?v=2&alt=json-in-script&callback=renderPlaylist'><\/script>";
+ "?v=2&alt=json-in-script&max-results=50&callback=renderPlaylist'><\/script>";
$("body").append(script);
}
}