diff options
| author | 2011-05-16 11:10:15 -0700 | |
|---|---|---|
| committer | 2011-05-16 11:10:15 -0700 | |
| commit | d0f77476fb71990c373a4eaefcbd74d1c194b11f (patch) | |
| tree | 3234d5ebf951502f5075d612727445a2ee36de49 | |
| parent | 35844a3a4e6f7383d4e77f4426fbd71d5990bf6e (diff) | |
| parent | 833b325f5a22f88c1ab84eef5b8caf79cd292036 (diff) | |
am 833b325f: am 81dd428d: am 582c1361: am 5eba0e98: docs: update featured videos and increase the max results for each playlist
* commit '833b325f5a22f88c1ab84eef5b8caf79cd292036':
docs: update featured videos and increase the max results for each playlist
| -rw-r--r-- | docs/html/videos/index.jd | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/html/videos/index.jd b/docs/html/videos/index.jd index 50bdb46a1ca2..7f5df784a6a9 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); } } |