diff options
| author | 2016-05-13 02:40:25 +0000 | |
|---|---|---|
| committer | 2016-05-13 02:40:25 +0000 | |
| commit | ccfda4ecd8623a2560d907293be0ba5451d07852 (patch) | |
| tree | 41eea2459a6016ac0e471ca63c9c694e9b832efb | |
| parent | a285fdeb160e822a2e1fe2fb6bd80ce91afcf181 (diff) | |
| parent | fc05721530dcaa532e58b188624bb51d0024032c (diff) | |
Merge "Add metadata for tools videos." into mnc-mr-docs am: 96762b8500 am: 0ec5620717
am: fc05721530
* commit 'fc05721530dcaa532e58b188624bb51d0024032c':
Add metadata for tools videos.
Change-Id: I39bd537935258fab40ed38804c3233c6f124b91b
| -rw-r--r-- | docs/html/jd_extras_en.js | 49 |
1 files changed, 48 insertions, 1 deletions
diff --git a/docs/html/jd_extras_en.js b/docs/html/jd_extras_en.js index 61eecc07bac8..b351aa5d30e0 100644 --- a/docs/html/jd_extras_en.js +++ b/docs/html/jd_extras_en.js @@ -657,7 +657,54 @@ METADATA['en'].extras = METADATA['en'].extras.concat([ "image":"https://i1.ytimg.com/vi/K2dodTXARqc/maxresdefault.jpg", "type":"video" }, - + { + "title":"Instant Run: An Android Tool Time Deep Dive", + "category":"", + "summary":"Instant Run is an Android Studio feature that significantly reduces the time for building and deploying incremental code changes during your coding / testing / debugging lifecycle.", + "url":"https://www.youtube.com/watch?v=StqAZ1OQbqA&list=PLWz5rJ2EKKc_w6fodMGrA1_tsI3pqPbqa", + "group":"", + "keywords": ["studio", "tools"], + "tags": [ + ], + "image":"https://i1.ytimg.com/vi/StqAZ1OQbqA/maxresdefault.jpg", + "type":"youtube" + }, + { + "title":"What’s New in Android Studio 2.1", + "category":"", + "summary":"Android Studio 2.1 is required to try out new features and APIs of the Android N developer preview including the new Jack compiler and Java 8 language support. It also includes performance improvements to Instant Run, and a number of bug fixes and stability improvements.", + "url":"https://www.youtube.com/watch?v=ZOz_yr8Yxq8&list=PLWz5rJ2EKKc_w6fodMGrA1_tsI3pqPbqa", + "group":"", + "keywords": ["studio", "tools"], + "tags": [ + ], + "image":"https://i1.ytimg.com/vi/ZOz_yr8Yxq8/maxresdefault.jpg", + "type":"youtube" + }, + { + "title":"10 Things You Didn’t Know You Could Do", + "category":"", + "summary":"This Android Tool Time pro-tip roundup with Reto Meier shows off expert Android Studio tips designed to help you write less code, and make every keystroke count", + "url":"https://www.youtube.com/watch?v=eOV2owswDkE&list=PLWz5rJ2EKKc_w6fodMGrA1_tsI3pqPbqa", + "group":"", + "keywords": ["studio", "tools"], + "tags": [ + ], + "image":"https://i1.ytimg.com/vi/eOV2owswDkE/maxresdefault.jpg", + "type":"youtube" + }, + { + "title":"Live Templates in Android Studio", + "category":"", + "summary":"Android Tool Time Protip: Use and create your own Live Templates in Android Studio to write more code with less keystrokes using Live Templates to insert common, templatized code snippets.", + "url":"https://www.youtube.com/watch?v=4rI4tTd7-J8&list=PLWz5rJ2EKKc_w6fodMGrA1_tsI3pqPbqa", + "group":"", + "keywords": ["studio", "tools"], + "tags": [ + ], + "image":"https://i1.ytimg.com/vi/4rI4tTd7-J8/maxresdefault.jpg", + "type":"youtube" + }, { "title":"Google Play Services 7.5", "category":"", |