summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2011-05-16 11:01:42 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-05-16 11:01:42 -0700
commit582c1361e8a6443812a97f18094be1f8279645a0 (patch)
tree5faf1ad753cbea7f0ca9ef08dcab56121ebe0599 /docs
parent1ff0131e77e625af3100720a3552dc1f4064421d (diff)
parent5eba0e98d1f7ed8f9d04a44adb8d8a37ef7f4659 (diff)
downloadframeworks_base-582c1361e8a6443812a97f18094be1f8279645a0.zip
frameworks_base-582c1361e8a6443812a97f18094be1f8279645a0.tar.gz
frameworks_base-582c1361e8a6443812a97f18094be1f8279645a0.tar.bz2
am 5eba0e98: docs: update featured videos and increase the max results for each playlist
* commit '5eba0e98d1f7ed8f9d04a44adb8d8a37ef7f4659': docs: update featured videos and increase the max results for each playlist
Diffstat (limited to 'docs')
-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);
}
}