blob: f155521134ae546b70fcbf19de8fdc7e55aa67c6 [file] [log] [blame]
Dirk Doughertya74a6e52016-04-29 19:36:20 -07001/*
2 * THIS FILE IS DEPRECATED.
3 *
4 * Please add and edit resource collections in jd_extras_<lang>.js
5 * where lang matches the language code appropriate for the resource.
6 * Last sync'd with jd_extras_<lang>.js on 29 Apr 2016.
7 *
8 */
Dirk Dougherty3506ac82014-02-21 11:15:52 -08009var RESOURCE_COLLECTIONS = {
Dirk Dougherty6c1c2632015-05-02 16:31:11 -070010 "index/carousel": {
11 "title": "",
12 "resources": [
13 "about/versions/lollipop.html"
14 ]
15 },
Robert Ly1568c192014-06-15 18:14:06 -070016 "index/primary": {
17 "title": "",
18 "resources": [
Robert Lya460cc42014-06-25 10:54:40 -070019 "training/building-wearables.html",
smain@google.com271078f52014-10-09 17:00:20 -070020 "training/material/index.html",
Luan Nguyen4221d7e2014-12-10 13:42:05 -080021 "sdk/index.html"
Robert Ly1568c192014-06-15 18:14:06 -070022 ]
23 },
Dirk Dougherty19332342015-06-12 19:41:35 -070024 "index/secondary/carousel": {
25 "title": "",
26 "resources": [
Dirk Dougherty8713a032016-02-21 16:57:49 -080027 "http://www.youtube.com/watch?v=9m6MoBM-sFI",
Dirk Dougherty43eb9512016-03-03 14:53:16 -080028 "http://www.youtube.com/watch?v=Pms0pcyPbAM",
Dirk Dougherty8713a032016-02-21 16:57:49 -080029 "http://www.youtube.com/watch?v=e7t3svG9PTk",
30 "http://www.youtube.com/watch?v=J3IvOfvH1ys"
Dirk Dougherty19332342015-06-12 19:41:35 -070031 ]
32 },
Dirk Dougherty6c1c2632015-05-02 16:31:11 -070033 "index/multiscreen": {
34 "title": "",
35 "resources": [
36 "wear/index.html",
37 "tv/index.html",
38 "auto/index.html"
39 ]
40 },
Dirk Doughertya79acc02014-11-14 19:19:18 -080041 "index/primary/zhcn": {
42 "title": "",
43 "resources": [
44 "intl/zh-cn/resources.html",
45 "intl/zh-cn/distribute/tools/launch-checklist.html",
46 "intl/zh-cn/distribute/tools/localization-checklist.html"
47 ]
48 },
Dirk Dougherty6c1c2632015-05-02 16:31:11 -070049 "design/landing/latest": {
50 "title": "",
51 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -080052 "https://www.youtube.com/watch?v=p4gmvHyuZzw",
53 "https://www.youtube.com/watch?v=YaG_ljfzeUw",
54 "https://www.youtube.com/watch?v=XOcCOBe8PTc"
Dirk Dougherty6c1c2632015-05-02 16:31:11 -070055 ]
56 },
57 "design/landing/materialdesign": {
58 "title": "",
59 "resources": [
60 "https://www.google.com/design/spec/animation/",
61 "https://www.google.com/design/spec/style/",
62 "https://www.google.com/design/spec/layout/",
63 "https://www.google.com/design/spec/components/",
64 "https://www.google.com/design/spec/patterns/",
65 "https://www.google.com/design/spec/usability/"
66 ]
67 },
68 "design/landing/pureandroid": {
69 "title": "",
70 "resources": [
71 "design/get-started/creative-vision.html",
72 "design/material/index.html",
73 "training/material/index.html",
74 "design/patterns/pure-android.html",
75 "design/patterns/new.html",
76 "design/devices.html"
77 ]
78 },
79 "design/landing/resources": {
80 "title": "",
81 "resources": [
82 "https://www.google.com/design/spec/resources/color-palettes.html",
83 "https://www.google.com/design/spec/resources/layout-templates.html",
84 "https://www.google.com/design/spec/resources/sticker-sheets-icons.html",
85 "https://www.google.com/design/spec/resources/roboto-noto-fonts.html",
Dirk Dougherty674b1fc2015-05-07 20:39:50 -070086 "https://www.google.com/design/icons/index.html",
Dirk Dougherty6c1c2632015-05-02 16:31:11 -070087 "design/downloads/index.html#Wear"
88 ]
89 },
90 "develop/landing/mainlinks": {
91 "title": "",
92 "resources": [
93 "tools/studio/index.html",
94 "samples/new/index.html",
95 "tools/projects/templates.html"
96 ]
97 },
98 "develop/landing/latest": {
99 "title": "",
100 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800101 "https://android-developers.blogspot.com/2015/04/new-android-code-samples.html",
102 "https://android-developers.blogspot.com/2015/04/android-support-library-221.html",
103 "https://android-developers.blogspot.com/2015/03/a-new-reference-app-for-multi-device.html"
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700104 ]
105 },
Quddus Chong921e2042015-11-09 16:07:24 -0800106 "develop/landing/devpatterns": {
107 "title": "",
108 "resources": [
109 "https://www.youtube.com/watch?v=kmUGLURRPkI",
110 "https://www.youtube.com/watch?v=HGElAW224dE",
111 "https://www.youtube.com/watch?v=zQekzaAgIlQ"
112 ]
113 },
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700114 "develop/landing/performance": {
115 "title": "",
116 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800117 "https://www.youtube.com/watch?v=fEEulSk1kNY",
118 "https://www.youtube.com/watch?v=-3ry8PxcJJA",
119 "https://www.youtube.com/watch?v=_kKTGK-Cb_4"
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700120 ]
121 },
122 "develop/landing/buildwithgoogle": {
123 "title": "",
124 "resources": [
125 ]
126 },
Dirk Dougherty674b1fc2015-05-07 20:39:50 -0700127 "develop/landing/ubicomp": {
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700128 "title": "",
129 "resources": [
Dirk Dougherty674b1fc2015-05-07 20:39:50 -0700130 "https://www.youtube.com/watch?v=AK38PJZmIW8&list=PLWz5rJ2EKKc-kIrPiq098QH9dOle-fLef",
131 "https://www.youtube.com/watch?v=6K_jxccHv5M&index=1&list=PLOU2XLYxmsILFBfx66ens76VMLMEPJAB0",
Dirk Dougherty98794c02015-05-09 12:10:56 -0700132 "https://www.youtube.com/watch?v=ctiaVxgclsg&list=PLWz5rJ2EKKc9BdE_PSLNIGjXXr3h_orXM"
Dirk Dougherty674b1fc2015-05-07 20:39:50 -0700133 ]
134 },
135 "develop/landing/tools": {
136 "title": "",
137 "resources": [
Dirk Dougherty98794c02015-05-09 12:10:56 -0700138 "https://www.youtube.com/watch?v=K2dodTXARqc&list=PLWz5rJ2EKKc8I9gHTMh5yKkwRRGE8BjbQ",
Dirk Dougherty98794c02015-05-09 12:10:56 -0700139 "https://www.youtube.com/watch?v=cD7NPxuuXYY&list=PLWz5rJ2EKKc8I9gHTMh5yKkwRRGE8BjbQ",
140 "https://www.youtube.com/watch?v=JLLnhwtDoHw&list=PLWz5rJ2EKKc8I9gHTMh5yKkwRRGE8BjbQ",
141 "https://www.youtube.com/watch?v=2I6fuD20qlY&list=PLWz5rJ2EKKc8I9gHTMh5yKkwRRGE8BjbQ",
142 "https://www.youtube.com/watch?v=5Be2mJzP-Uw&list=PLWz5rJ2EKKc9e0d55YHgJFHXNZbGHEXJX"
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700143 ]
144 },
Dirk Dougherty43eb9512016-03-03 14:53:16 -0800145 "preview/landing/resources": {
146 "title": "",
147 "resources": [
148 "preview/overview.html",
149 "preview/api-overview.html",
150 "preview/behavior-changes.html",
Dirk Dougherty43eb9512016-03-03 14:53:16 -0800151 "preview/setup-sdk.html",
Dirk Doughertya6495a922016-03-04 15:21:59 -0800152 "preview/samples.html",
Dirk Dougherty43eb9512016-03-03 14:53:16 -0800153 "preview/support.html"
154 ]
155 },
Joe Fernandez0ac253c2016-03-03 21:56:53 -0800156 "preview/landing/more": {
157 "title": "",
158 "resources": [
Andrew Solovay4158fc12016-03-10 17:45:23 -0800159 "https://www.youtube.com/watch?v=CsulIu3UaUM",
Joe Fernandez0ac253c2016-03-03 21:56:53 -0800160 "preview/features/multi-window.html",
Dirk Doughertya6495a922016-03-04 15:21:59 -0800161 "preview/features/notification-updates.html",
Joe Fernandez0ac253c2016-03-03 21:56:53 -0800162 "preview/features/background-optimization.html",
Dirk Doughertya6495a922016-03-04 15:21:59 -0800163 "preview/features/data-saver.html",
164 "preview/features/direct-boot.html",
165 "preview/features/icu4j-framework.html",
166 "preview/features/multilingual-support.html",
167 "preview/features/scoped-folder-access.html",
168 "preview/features/picture-in-picture.html",
169 "preview/features/tv-recording-api.html"
Joe Fernandez0ac253c2016-03-03 21:56:53 -0800170 ]
171 },
Dirk Doughertyde401c82015-05-09 12:10:56 -0700172 "google/landing/services": {
173 "title": "",
174 "resources": [
175 "https://developers.google.com/analytics/devguides/collection/android/",
176 "https://developers.google.com/maps/documentation/android/",
Dirk Dougherty74709452015-05-15 00:51:24 -0700177 "https://developers.google.com/identity/sign-in/android/",
178 "https://developers.google.com/mobile-ads-sdk/download",
Dirk Dougherty518651c2015-05-27 20:24:37 -0700179 "https://developers.google.com/cloud-messaging/gcm",
Dirk Dougherty74709452015-05-15 00:51:24 -0700180 "https://developers.google.com/app-indexing/"
Dirk Doughertyde401c82015-05-09 12:10:56 -0700181 ]
182 },
Dirk Dougherty7af29cc2015-05-18 11:32:09 -0700183 "google/landing/videos": {
184 "title": "",
185 "resources": [
Dirk Dougherty08710f12015-05-28 22:01:36 -0700186 "https://www.youtube.com/watch?v=M3Udfu6qidk&list=PLWz5rJ2EKKc9Qk1_iCZNbBp6adYnJf9Vf",
Dirk Dougherty7af29cc2015-05-18 11:32:09 -0700187 "https://www.youtube.com/watch?v=FOn64iqlphk&list=PLWz5rJ2EKKc9Qk1_iCZNbBp6adYnJf9Vf",
188 "https://www.youtube.com/watch?v=F0Kh_RnSM0w&list=PLWz5rJ2EKKc9Qk1_iCZNbBp6adYnJf9Vf",
189 "https://www.youtube.com/watch?v=fvtMtfCuEpw&list=PLWz5rJ2EKKc9Qk1_iCZNbBp6adYnJf9Vf"
190 ]
191 },
Dirk Doughertyde401c82015-05-09 12:10:56 -0700192 "google/landing/googleplay": {
193 "title": "",
194 "resources": [
195 "google/play/billing/index.html",
196 "google/play/billing/billing_subscriptions.html",
197 "google/play/developer-api.html"
198 ]
199 },
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700200 "develop/landing/courses": {
201 "title": "",
202 "resources": [
Dirk Dougherty3b41bb12015-09-18 16:09:21 -0700203 "https://www.udacity.com/course/ud849",
204 "https://www.udacity.com/course/ud853",
205 "https://www.udacity.com/course/ud825",
Dirk Doughertyae70b692015-05-27 16:58:46 -0700206 "https://www.udacity.com/android",
Dirk Dougherty3b41bb12015-09-18 16:09:21 -0700207 "https://www.udacity.com/course/ud855",
208 "https://www.udacity.com/course/ud875A",
209 "https://www.udacity.com/course/ud875B",
210 "https://www.udacity.com/course/ud875C",
211 "https://www.udacity.com/course/ud876--1",
212 "https://www.udacity.com/course/ud876--2",
213 "https://www.udacity.com/course/ud876--3",
214 "https://www.udacity.com/course/ud876--4",
215 "https://www.udacity.com/course/ud876--5",
216 "https://www.udacity.com/course/ud862",
217 "https://www.udacity.com/course/ud837",
218 "https://www.udacity.com/course/ud867"
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700219 ]
220 },
221 "distribute/landing/carousel": {
222 "title": "",
223 "resources": [
Dirk Dougherty7a0a1f62015-10-27 13:25:57 -0700224 "distribute/googleplay/guide.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800225 "https://www.youtube.com/watch?v=JrR6o5tYMWQ",
Dirk Dougherty7a0a1f62015-10-27 13:25:57 -0700226 "https://www.youtube.com/watch?v=B6ydLpkhq04&list=PLOU2XLYxmsIKLNUPiFCWVtcO7mZRZ9MmS",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800227 "https://www.youtube.com/watch?v=yJisuP94lHU",
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700228 ]
229 },
230 "distribute/landing/googleplay": {
231 "title": "",
232 "resources": [
233 "distribute/googleplay/about.html",
234 "distribute/googleplay/developer-console.html",
235 "distribute/googleplay/index.html#opportunities"
236 ]
237 },
238 "distribute/landing/more": {
239 "title": "",
240 "resources": [
Dirk Dougherty31ae1c512015-11-07 13:18:02 -0800241 "distribute/users/promote-with-ads.html",
242 "distribute/monetize/ads.html",
243 "distribute/analyze/index.html",
244 "distribute/engage/deep-linking.html",
245 "distribute/engage/easy-signin.html",
246 "https://cloud.google.com/docs/"
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700247 ]
248 },
Robert Ly7298a3f2014-07-14 14:12:13 -0700249 "distribute/edu/videos/stories": {
Robert Ly1568c192014-06-15 18:14:06 -0700250 "title": "",
251 "resources": [
Robert Ly7298a3f2014-07-14 14:12:13 -0700252 "https://www.youtube.com/watch?v=Idu7VcTTXfk",
253 "https://www.youtube.com/watch?v=iokH4SAIfRw"
254 ]
255 },
256 "distribute/edu/videos/bestpractices": {
257 "title": "",
258 "resources": [
259 "https://www.youtube.com/watch?v=iulXz8QTD1g",
260 "https://www.youtube.com/watch?v=IKhU180eJMo",
261 "https://www.youtube.com/watch?v=_AZ6UcPz-_g",
262 "https://www.youtube.com/watch?v=Eh2adsAyTKc"
263 ]
264 },
265 "distribute/edu/videos/experience": {
266 "title": "",
267 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800268 "https://youtu.be/vzvpcEffvaE"
Robert Ly1568c192014-06-15 18:14:06 -0700269 ]
270 },
Dirk Dougherty74709452015-05-15 00:51:24 -0700271/* "launch/static": {
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800272 "title": "",
273 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800274 "https://www.youtube.com/watch?v=1RIz-cmTQB4",
275 "https://www.youtube.com/watch?v=MVBMWDzyHAI",
276 "https://android-developers.blogspot.com/2013/11/app-translation-service-now-available.html",
277 "https://android-developers.blogspot.com/2013/10/more-visibility-for-tablet-apps-in.html",
278 "https://android-developers.blogspot.com/2013/11/bring-your-apps-into-classroom-with.html",
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700279 "distribute/essentials/quality/tablets.html",
280 "distribute/users/build-buzz.html",
281 "distribute/monetize/premium.html",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800282 "distribute/monetize/freemium.html",
283 "distribute/monetize/ads.html",
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700284 "distribute/essentials/best-practices/apps.html",
285 "distribute/essentials/best-practices/games.html",
286 "distribute/users/know-your-user.html",
287 "distribute/googleplay/developer-console.html"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800288 ]
Dirk Dougherty74709452015-05-15 00:51:24 -0700289 }, */
Ryosuke Matsuuchi3b8defa2014-12-25 20:22:32 +0900290 "launch/static/ja": {
291 "title": "",
292 "resources": [
293 "https://www.youtube.com/watch?v=xelYnWcYkuE",
294 "https://www.youtube.com/playlist?list=PLCOC_kP3nqGIHEgwm9mybvA04Vn4Cg9nn",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800295 "https://googledevjp.blogspot.jp/2014/12/android-wear.html",
296 "https://googledevjp.blogspot.jp/2014/12/android-studio-10.html",
297 "https://googledevjp.blogspot.jp/2014/12/google-play-65.html",
Ryosuke Matsuuchi3b8defa2014-12-25 20:22:32 +0900298 "intl/ja/distribute/googleplay/developer-console.html#alpha-beta",
299 "intl/ja/distribute/googleplay/guide.html",
300 "intl/ja/distribute/essentials/quality/core.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800301 "https://support.google.com/googleplay/android-developer/answer/4430948?hl=ja",
Ryosuke Matsuuchi3b8defa2014-12-25 20:22:32 +0900302 "intl/ja/support.html",
303 "intl/ja/distribute/essentials/quality/wear.html",
304 "intl/ja/training/tv/start/index.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800305 "https://googleforwork-japan.blogspot.jp/2014/12/gcp-google-cloud-platform-rpg-gcp.html",
Ryosuke Matsuuchi3b8defa2014-12-25 20:22:32 +0900306 "intl/ja/distribute/monetize/ads.html"
307 ]
308 },
Ryosuke Matsuuchi2fb3dc22015-04-14 18:44:35 +0900309 "launch/static/ko": {
310 "title": "",
311 "resources": [
312 "https://www.youtube.com/watch?v=7X9Ue0Nfdh4&index=2&list=PL_WJkTbDHdBksDBRoqfeyLchEQqBAOlNl",
313 "https://www.youtube.com/watch?v=83FpwuschCQ",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800314 "https://googledevkr.blogspot.com/2014/11/android50guidefordevelopers.html",
315 "https://googledevkr.blogspot.com/2014/10/material-design-on-android-checklist.html",
316 "https://googledevkr.blogspot.com/2014/10/appcompat-v21-material-design-for-pre.html",
Ryosuke Matsuuchi2fb3dc22015-04-14 18:44:35 +0900317 "intl/ko/distribute/googleplay/developer-console.html#alpha-beta",
318 "intl/ko/distribute/googleplay/guide.html",
319 "intl/ko/distribute/essentials/quality/core.html",
320 "https://support.google.com/googleplay/android-developer/answer/4430948?hl=ko",
321 "intl/ko/support.html",
322 "intl/ko/distribute/essentials/quality/wear.html",
323 "intl/ko/tv/index.html",
324 "intl/ko/google/play-services/games.html",
325 "intl/ko/distribute/monetize/ads.html"
326 ]
327 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800328 "distribute/gp/gplanding": {
329 "resources": [
330 "distribute/googleplay/about.html",
331 "distribute/googleplay/start.html",
332 "distribute/googleplay/developer-console.html"
333 ]
334 },
335 "distribute/gp/gpfelanding": {
336 "resources": [
Luan Nguyencbd00322014-12-04 14:32:30 -0800337 "distribute/googleplay/wear.html",
Dirk Doughertyc85bf852015-05-24 19:56:35 -0700338 "distribute/googleplay/tv.html",
339 "distribute/googleplay/auto.html",
Dirk Dougherty74709452015-05-15 00:51:24 -0700340 "distribute/googleplay/families/about.html",
Dirk Doughertyc85bf852015-05-24 19:56:35 -0700341 "distribute/googleplay/work/about.html",
342 "distribute/googleplay/edu/about.html",
343 "distribute/googleplay/cast.html",
344 "distribute/googleplay/cardboard.html",
Dirk Dougherty7a0a1f62015-10-27 13:25:57 -0700345 "distribute/googleplay/guide.html"
Dirk Dougherty74709452015-05-15 00:51:24 -0700346 ]
347 },
348 "distribute/googleplay/gpfw": {
349 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800350 "https://www.android.com/work/",
Dirk Dougherty74709452015-05-15 00:51:24 -0700351 "https://www.youtube.com/watch?v=jQWB_-o1kz4&list=PLOU2XLYxmsIKAK2Bhv19H2THwF-22O5WX",
352 "training/enterprise/index.html"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800353 ]
354 },
355 "distribute/essentials": {
356 "resources": [
357 "distribute/essentials/quality/core.html",
358 "distribute/essentials/quality/tablets.html",
Joe Fernandez957cddd2014-10-10 21:36:46 -0700359 "distribute/essentials/quality/tv.html",
Luan Nguyen9aec78c2014-10-21 16:24:22 -0700360 "distribute/essentials/quality/wear.html",
Eric Gilmorea4ebec82014-11-11 14:55:46 -0800361 "distribute/essentials/quality/auto.html",
362 "https://developers.google.com/edu/guidelines"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800363 ]
364 },
Dirk Doughertya79acc02014-11-14 19:19:18 -0800365 "distribute/essentials/zhcn": {
366 "resources": [
367 "intl/zh-cn/distribute/essentials/quality/core.html",
368 "intl/zh-cn/distribute/essentials/quality/tablets.html",
369 "distribute/essentials/quality/tv.html",
370 "distribute/essentials/quality/wear.html",
371 "https://developers.google.com/edu/guidelines",
372 "distribute/essentials/optimizing-your-app.html"
373 ]
374 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800375 "distribute/users": {
376 "title": "",
377 "resources": [
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800378 "distribute/users/your-listing.html",
Dirk Dougherty98794c02015-05-09 12:10:56 -0700379 "distribute/users/promote-with-ads.html",
Dirk Doughertyc85bf852015-05-24 19:56:35 -0700380 "distribute/googleplay/index.html#opportunities",
381 "distribute/analyze/improve-roi.html",
382 "distribute/users/expand-to-new-markets.html",
Dirk Doughertyc85bf852015-05-24 19:56:35 -0700383 "distribute/analyze/index.html",
384 "distribute/users/app-invites.html",
Dirk Dougherty74709452015-05-15 00:51:24 -0700385 "distribute/users/ota-installs.html",
Dirk Dougherty74709452015-05-15 00:51:24 -0700386 "distribute/users/youtube.html",
Dirk Doughertyc85bf852015-05-24 19:56:35 -0700387 "distribute/users/house-ads.html",
Andrew Solovay827b8022015-11-13 13:09:12 -0800388 "distribute/users/experiments.html",
389 "distribute/users/user-acquisition.html",
390 "distribute/users/banners.html",
391 "distribute/users/beta.html"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800392 ]
393 },
394 "distribute/engagelanding": {
395 "resources": [
Dirk Doughertyc85bf852015-05-24 19:56:35 -0700396 "distribute/engage/intents.html",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800397 "distribute/engage/widgets.html",
398 "distribute/engage/notifications.html",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800399 "distribute/engage/deep-linking.html",
Dirk Dougherty98794c02015-05-09 12:10:56 -0700400 "distribute/engage/ads.html",
Dirk Dougherty98794c02015-05-09 12:10:56 -0700401 "distribute/engage/game-services.html",
Dirk Doughertyc85bf852015-05-24 19:56:35 -0700402 "distribute/engage/easy-signin.html",
403 "distribute/analyze/build-better-apps.html",
404 "distribute/engage/gcm.html",
Andrew Solovay827b8022015-11-13 13:09:12 -0800405 "distribute/engage/beta.html"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800406 ]
407 },
408 "distribute/monetize": {
409 "resources": [
410 "distribute/monetize/premium.html",
411 "distribute/monetize/freemium.html",
412 "distribute/monetize/subscriptions.html",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800413 "distribute/monetize/ads.html",
Dirk Doughertyc85bf852015-05-24 19:56:35 -0700414 "distribute/monetize/ecommerce.html",
415 "distribute/monetize/payments.html",
416 "distribute/analyze/understand-user-value.html",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800417 ]
418 },
Dirk Dougherty27ab5a02014-12-12 11:51:13 -0800419 "distribute/analyzelanding": {
420 "resources": [
421 "distribute/analyze/start.html",
422 "distribute/analyze/measure.html",
423 "distribute/analyze/understand-user-value.html",
424 "distribute/analyze/improve-roi.html",
425 "distribute/analyze/build-better-apps.html",
426 "distribute/analyze/google-services.html"
427 ]
428 },
429 "distribute/analyzestart": {
430 "resources": [
431 "https://analyticsacademy.withgoogle.com/course04",
432 "google/play-services/index.html",
433 "https://developers.google.com/analytics/solutions/mobile-implementation-guide",
434 "https://developers.google.com/analytics/devguides/collection/android/",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800435 "https://www.google.com/tagmanager/",
Dirk Dougherty27ab5a02014-12-12 11:51:13 -0800436 "https://github.com/googleanalytics/google-analytics-plugin-for-unity"
437 ]
438 },
439 "distribute/analyzemeasure": {
440 "resources": [
441
442 "https://developers.google.com/analytics/solutions/mobile-implementation-guide",
443 "https://developers.google.com/analytics/devguides/collection/android/v4/enhanced-ecommerce",
444 "https://support.google.com/analytics/answer/1032415",
445 "https://developers.google.com/analytics/devguides/collection/android/v4/events",
446 "https://developers.google.com/analytics/devguides/collection/android/v4/customdimsmets",
447 "https://developers.google.com/analytics/devguides/collection/android/v4/user-id"
448 ]
449 },
450 "distribute/analyzeunderstand": {
451 "resources": [
452 "https://developers.google.com/analytics/devguides/collection/android/v4/display-features",
453 "https://support.google.com/analytics/answer/3123906",
454 "https://support.google.com/analytics/answer/2568874?ref_topic=6012392",
455 "https://developers.google.com/analytics/devguides/collection/android/v4/enhanced-ecommerce",
456 "https://support.google.com/analytics/answer/1032415",
457 ]
458 },
459 "distribute/analyzeimprove": {
460 "resources": [
461
462 "https://developers.google.com/analytics/devguides/collection/android/v4/campaigns",
463 "https://support.google.com/analytics/answer/2956981",
464 "https://support.google.com/analytics/answer/1033961",
465 "https://developers.google.com/analytics/devguides/collection/android/v4/campaigns#google-play-url-builder",
466 "https://developers.google.com/analytics/solutions/mobile-campaign-deep-link"
467 ]
468 },
469 "distribute/analyzebuild": {
470 "resources": [
471 "https://support.google.com/tagmanager/answer/6003007",
472 "https://support.google.com/analytics/answer/2785577",
473 "https://support.google.com/analytics/answer/1151300"
474 ]
475 },
476 "distribute/analyzeact": {
477 "resources": [
478 "https://support.google.com/analytics/answer/2611268",
479 "https://support.google.com/analytics/answer/1033961",
480 "https://support.google.com/admob/answer/3508177",
481 "https://support.google.com/analytics/answer/2956981",
482 "https://support.google.com/tagmanager/answer/6003007"
483 ]
484 },
Dirk Doughertyc85bf852015-05-24 19:56:35 -0700485 "distribute/essentials/guidelines": {
486 "title": "",
487 "resources": [
488 "distribute/essentials/quality/core.html",
489 "distribute/essentials/quality/tablets.html",
490 "distribute/essentials/quality/wear.html",
491 "distribute/essentials/quality/tv.html",
492 "distribute/essentials/quality/auto.html",
493 "https://developers.google.com/edu/guidelines"
494 ]
495 },
496 "distribute/essentials/tools": {
497 "title": "",
498 "resources": [
499 "distribute/tools/launch-checklist.html",
500 "distribute/tools/localization-checklist.html",
501 "https://support.google.com/googleplay/android-developer",
502 "distribute/tools/promote/brand.html",
503 "distribute/tools/promote/device-art.html",
Quddus Chong665cf852015-11-10 10:11:16 -0800504 "https://play.google.com/intl/en_us/badges/",
Dirk Doughertyc85bf852015-05-24 19:56:35 -0700505 "distribute/tools/promote/linking.html",
506 "distribute/tools/open-distribution.html",
507 "about/dashboards/index.html"
508 ]
509 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800510 "distribute/tools/checklists": {
511 "title": "",
512 "resources": [
513 "distribute/tools/launch-checklist.html",
514 "distribute/tools/localization-checklist.html"
515 ]
516 },
Dirk Doughertya79acc02014-11-14 19:19:18 -0800517 "distribute/tools/checklists/zhcn": {
518 "title": "",
519 "resources": [
520 "intl/zh-cn/distribute/tools/launch-checklist.html",
521 "intl/zh-cn/distribute/tools/localization-checklist.html"
522 ]
523 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800524 "distribute/tools/promote": {
525 "resources": [
526 "distribute/tools/promote/device-art.html",
Dirk Dougherty31ae1c512015-11-07 13:18:02 -0800527 "https://play.google.com/intl/en_us/badges/",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800528 "distribute/tools/promote/linking.html"
529 ]
530 },
Dirk Doughertya79acc02014-11-14 19:19:18 -0800531 "distribute/tools/promote/zhcn": {
532 "resources": [
533 "intl/zh-cn/distribute/tools/promote/device-art.html",
Dirk Dougherty31ae1c512015-11-07 13:18:02 -0800534 "https://play.google.com/intl/en_us/badges/",
Dirk Doughertya79acc02014-11-14 19:19:18 -0800535 "intl/zh-cn/distribute/tools/promote/linking.html"
536 ]
537 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800538 "distribute/tools/support": {
539 "title": "Google Play",
540 "resources": [
541 "https://support.google.com/googleplay/android-developer",
542 "https://support.google.com/googleplay/android-developer/answer/4430948",
543 "support.html"
544 ]
545 },
Dirk Doughertya79acc02014-11-14 19:19:18 -0800546 "distribute/tools/support/zhcn": {
547 "title": "Google Play",
548 "resources": [
549 "https://support.google.com/googleplay/android-developer?hl=zh-Hans",
550 "https://support.google.com/googleplay/android-developer/answer/4430948?hl=zh-Hans",
551 "support.html"
552 ]
553 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800554 "distribute/tools/news": {
555 "title": "",
556 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800557 "https://android-developers.blogspot.com/",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800558 "https://plus.google.com/+AndroidDevelopers/"
559 ]
560 },
561 "distribute/tools/more": {
562 "title": "Google Play",
563 "resources": [
564 "distribute/tools/promote/brand.html",
565 "distribute/tools/open-distribution.html",
566 "about/dashboards/index.html"
567 ]
568 },
Dirk Doughertya79acc02014-11-14 19:19:18 -0800569 "distribute/tools/more/zhcn": {
570 "title": "Google Play",
571 "resources": [
572 "intl/zh-cn/distribute/tools/promote/brand.html",
573 "distribute/tools/open-distribution.html",
574 "about/dashboards/index.html"
575 ]
576 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800577 "distribute/googleplay": {
578 "title": "Google Play",
579 "resources": [
580 "distribute/googleplay/developer-console.html",
581 "distribute/essentials/best-practices/apps.html",
582 "distribute/tools/launch-checklist.html",
583 "distribute/essentials/best-practices/games.html",
584 ]
585 },
586 "distribute/googleplay/gettingstarted": {
587 "title": "Get Started",
588 "resources": [
589 "distribute/googleplay/developer-console.html",
590 "https://support.google.com/googleplay/android-developer/answer/113468",
591 "https://support.google.com/googleplay/android-developer/answer/138294",
592 "https://support.google.com/googleplay/android-developer"
593 ]
594 },
Andrew Solovay827b8022015-11-13 13:09:12 -0800595 "distribute/googleplay/developerconsole/related": {
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800596 "title": "Developer Console",
597 "resources": [
598 "google/play/billing/index.html",
599 "https://support.google.com/googleplay/android-developer/answer/138294"
600 ]
601 },
Andrew Solovay827b8022015-11-13 13:09:12 -0800602 "distribute/googleplay/beta": {
603 "title": "Alpha and Beta Testing",
604 "resources": [
605 "https://support.google.com/googleplay/android-developer/answer/3131213",
606 "https://support.google.com/googleplay/android-developer/answer/3131213#games",
607 "distribute/googleplay/experiments.html"
608 ]
609 },
610 "distribute/googleplay/experiments/successes": {
611 "title": "Store Listing Experiment successes",
612 "resources": [
613 ]
614 },
615 "distribute/googleplay/experiments/related": {
616 "title": "Store Listing Experiments",
617 "resources": [
618 "https://support.google.com/googleplay/android-developer/answer/6227309",
619 "https://www.youtube.com/watch?v=B6ydLpkhq04",
620 "https://support.google.com/tagmanager/answer/6003007"
621 ]
622 },
623 "distribute/googleplay/banners/related": {
624 "title": "App Install Banners",
625 "resources": [
626 "https://developers.google.com/web/updates/2015/03/increasing-engagement-with-app-install-banners-in-chrome-for-android#native"
627 ]
628 },
629 "distribute/googleplay/useracquisition/related": {
630 "title": "User Acquisition",
631 "resources": [
632 "https://support.google.com/googleplay/android-developer/answer/6263332"
633 ]
634 },
Dirk Doughertyde401c82015-05-09 12:10:56 -0700635 "distribute/googleplay/cast": {
636 "title": "Google Cast",
637 "resources": [
638 "https://developers.google.com/cast/docs/ux_guidelines",
639 "https://developers.google.com/cast/docs/android_sender",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800640 "https://www.github.com/googlecast"
Dirk Doughertyde401c82015-05-09 12:10:56 -0700641 ]
642 },
643 "distribute/googleplay/cardboard": {
644 "title": "Google Cast",
645 "resources": [
Dirk Dougherty7af29cc2015-05-18 11:32:09 -0700646 "https://www.google.com/get/cardboard/get-cardboard/",
Dirk Doughertyde401c82015-05-09 12:10:56 -0700647 "https://developers.google.com/cardboard/android/download",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800648 "https://www.google.com/design/spec-vr"
Dirk Doughertyde401c82015-05-09 12:10:56 -0700649 ]
650 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800651 "distribute/googleplay/gpfe/highlight": {
652 "title": "About Google Play for Education",
653 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800654 "https://youtu.be/vzvpcEffvaE"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800655 ]
656 },
657 "distribute/googleplay/gpfe/dev/about": {
658 "title": "About Google Play for Education / Developers",
659 "resources": [
660 "distribute/googleplay/edu/start.html",
smain@google.com941f8002014-06-18 16:13:56 -0700661 "https://developers.google.com/edu/guidelines",
662 "https://developers.google.com/edu/faq",
663 "distribute/essentials/quality/tablets.html",
664 "https://developers.google.com/edu/",
665 "https://www.google.com/edu/tablets/#tablets-family"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800666 ]
667 },
668 "distribute/googleplay/gpfe/dev": {
669 "title": "About Google Play for Education / Developers",
670 "resources": [
671 "distribute/googleplay/edu/about.html",
smain@google.com941f8002014-06-18 16:13:56 -0700672 "https://developers.google.com/edu/guidelines",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800673 "distribute/essentials/quality/tablets.html",
674 "distribute/googleplay/developer-console.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800675 "https://play.google.com/about/developer-distribution-agreement-addendum.html",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800676 ]
677 },
678 "distribute/googleplay/aboutgpfe/educators/about": {
679 "title": "About Google Play for Education / Educators",
680 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800681 "https://www.google.com/edu/tablets/",
682 "https://www.youtube.com/watch?v=haEmsMo0f3w"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800683 ]
684 },
685 "distribute/googleplay/aboutgpfe/educators": {
686 "title": "About Google Play for Education / Educators",
687 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800688 "https://www.google.com/edu/tablets/",
689 "https://youtu.be/vzvpcEffvaE"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800690 ]
691 },
692 "distribute/googleplay/gettingstartedgpfe/educators": {
693 "title": "About Google Play for Education / Educators",
694 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800695 "https://www.google.com/edu/tablets/",
696 "https://youtu.be/vzvpcEffvaE"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800697 ]
698 },
699 "distribute/essentials/eduessentials/developers": {
700 "title": "",
701 "resources": [
702 "distribute/googleplay/developer-console.html",
703 "distribute/googleplay/edu/start.html",
smain@google.com941f8002014-06-18 16:13:56 -0700704 "https://developers.google.com/edu/faq"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800705 ]
706 },
707 "distribute/essentials/eduessentials/educators": {
708 "title": "",
709 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800710 "https://www.google.com/edu/tablets/",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800711 "distribute/essentials/quality/tablets.html",
712 ]
713 },
714 "distribute/essentials/optimizing": {
715 "title": "Optimizing Your App",
716 "resources": [
717 "design/index.html",
718 "training/articles/perf-anr.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800719 "https://android-developers.blogspot.com/2013/10/improved-app-insight-by-linking-google.html"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800720 ]
721 },
Dirk Doughertyc85bf852015-05-24 19:56:35 -0700722 "distribute/users/appinvites": {
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800723 "title": "",
724 "resources": [
Dirk Doughertyc85bf852015-05-24 19:56:35 -0700725 "https://developers.google.com/app-invites/",
726 "https://developers.google.com/identity/sign-in/android/",
727 "https://developers.google.com/app-indexing/"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800728 ]
729 },
Dirk Doughertybdcd6fc2014-06-10 14:35:17 -0700730 "distribute/users/promotewithads": {
731 "title": "",
732 "resources": [
Dirk Dougherty98794c02015-05-09 12:10:56 -0700733 "https://support.google.com/adwords/answer/6032059",
734 "https://support.google.com/adwords/answer/6032073",
735 "https://support.google.com/adwords/answer/6167164",
736 "https://support.google.com/adwords/answer/6167162"
Dirk Doughertybdcd6fc2014-06-10 14:35:17 -0700737 ]
738 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800739 "distribute/users/buildbuzz": {
740 "title": "",
741 "resources": [
Dirk Dougherty31ae1c512015-11-07 13:18:02 -0800742 "https://play.google.com/intl/en_us/badges/",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800743 "distribute/tools/promote/linking.html",
744 "distribute/tools/promote/device-art.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800745 "https://plus.google.com/+GooglePlay"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800746 ]
747 },
748 "distribute/users/createagreatlisting": {
749 "title": "",
750 "resources": [
751 "https://support.google.com/googleplay/android-developer/answer/1078870",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800752 "https://android-developers.blogspot.com/2011/10/android-market-featured-image.html",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800753 "distribute/tools/launch-checklist.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800754 "https://android-developers.blogspot.com/2013/07/making-beautiful-android-app-icons.html",
755 "https://android-developers.blogspot.com/2012/12/localize-your-promotional-graphics-on.html",
756 "https://android-developers.blogspot.com/2013/10/making-your-app-content-more-accessible.html"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800757 ]
758 },
759 "distribute/users/buildcommunity": {
760 "title": "",
761 "resources": [
762 "distribute/googleplay/developer-console.html",
763 "https://support.google.com/groups/answer/46601",
764 "https://support.google.com/plus/topic/2888488",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800765 "https://www.youtube.com/yt/dev/"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800766 ]
767 },
Dirk Dougherty98794c02015-05-09 12:10:56 -0700768 "distribute/users/appindexing": {
769 "title": "",
770 "resources": [
771 "https://developers.google.com/app-indexing/",
772 "https://developers.google.com/app-indexing/webmasters/details",
Dirk Doughertyca9fd6f2015-06-11 11:53:40 -0700773 "distribute/engage/deep-linking.html",
774 "training/app-indexing/index.html"
Dirk Dougherty74709452015-05-15 00:51:24 -0700775 ]
776 },
777 "distribute/users/otas": {
778 "title": "",
779 "resources": [
780 "https://developers.google.com/identity/sign-in/android/",
781 "https://developers.google.com/+/features/play-installs",
782 "https://developers.google.com/+/features/analytics"
783 ]
784 },
785 "distribute/users/houseads": {
786 "title": "",
787 "resources": [
788 "https://support.google.com/admob/topic/2784623",
789 "https://developers.google.com/mobile-ads-sdk/download",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800790 "https://support.google.com/googleplay/android-developer/topic/2985714",
791 "https://analyticsacademy.withgoogle.com/mobile-app",
Dirk Dougherty74709452015-05-15 00:51:24 -0700792 "https://support.google.com/analytics/answer/2611404",
793 "https://support.google.com/admob/answer/3111064"
794 ]
795 },
796 "distribute/users/youtube": {
797 "title": "",
798 "resources": [
799 "https://support.google.com/youtube/answer/6140493",
800 "https://support.google.com/youtube/answer/2797387"
Dirk Dougherty98794c02015-05-09 12:10:56 -0700801 ]
802 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800803 "distribute/toolsreference/bestpractices/apps": {
804 "title": "",
805 "resources": [
806 "distribute/googleplay/developer-console.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800807 "https://android-developers.blogspot.com/"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800808 ]
809 },
810 "distribute/toolsreference/bestpractices/games": {
811 "title": "",
812 "resources": [
813 "google/play-services/games.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800814 "https://android-developers.blogspot.com/",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800815 "distribute/googleplay/developer-console.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800816 "https://www.youtube.com/watch?v=1RIz-cmTQB4"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800817 ]
818 },
819 "distribute/essentials/corequalityguidelines/visualdesign": {
820 "title": "",
821 "resources": [
822 "design/index.html",
823 "design/patterns/navigation.html",
824 "design/patterns/actionbar.html",
825 "design/style/iconography.html",
826 "design/patterns/notifications.html"
827 ]
828 },
829 "distribute/essentials/corequalityguidelines/functionality": {
830 "title": "",
831 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800832 "https://android-developers.blogspot.com/2011/11/making-android-games-that-play-nice.html",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800833 "guide/components/tasks-and-back-stack.html",
834 "training/basics/activity-lifecycle/recreating.html"
835 ]
836 },
Joe Fernandez957cddd2014-10-10 21:36:46 -0700837 "distribute/essentials/tvqualityguidelines/visualdesign": {
838 "title": "",
839 "resources": [
840 "design/tv/index.html",
841 "training/tv/start/index.html"
842 ]
843 },
844 "distribute/essentials/tvqualityguidelines/functionality": {
845 "title": "",
846 "resources": [
847 "training/tv/start/hardware.html",
848 "training/tv/games/index.html"
849 ]
850 },
Luan Nguyen9aec78c2014-10-21 16:24:22 -0700851 "distribute/essentials/wearqualityguidelines/visualdesign": {
852 "title": "",
853 "resources": [
854 "design/wear/index.html",
855 "training/building-wearables.html",
856 "training/wearables/ui/index.html"
857 ]
858 },
859 "distribute/essentials/wearqualityguidelines/functionality": {
860 "title": "",
861 "resources": [
862 "training/wearables/notifications/index.html",
863 "training/wearables/apps/index.html",
864 "training/wearables/notifications/voice-input.html"
865 ]
866 },
Eric Gilmorea4ebec82014-11-11 14:55:46 -0800867 "distribute/essentials/autoqualityguidelines/visualdesign": {
868 "title": "",
869 "resources": [
870 "training/auto/messaging/index.html",
871 "training/auto/start/index.html"
872 ]
873 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800874 "distribute/essentials/core/performance": {
875 "title": "",
876 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800877 "https://android-developers.blogspot.com/2010/12/new-gingerbread-api-strictmode.html",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800878 "training/articles/perf-anr.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800879 "https://android-developers.blogspot.com/2010/07/multithreading-for-performance.html"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800880 ]
881 },
882 "distribute/essentials/core/play": {
883 "title": "",
884 "resources": [
885 "distribute/tools/launch-checklist.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800886 "https://play.google.com/about/developer-content-policy.html?hl=zh-Hans",
Dirk Doughertya79acc02014-11-14 19:19:18 -0800887 "https://support.google.com/googleplay/android-developer/answer/188189?hl=zh-Hans",
888 "https://support.google.com/googleplay/android-developer/answer/1078870?hl=zh-Hans",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800889 "https://android-developers.blogspot.com/2011/10/android-market-featured-image.html",
Dirk Doughertya79acc02014-11-14 19:19:18 -0800890 "https://support.google.com/googleplay/android-developer/answer/113477?hl=zh-Hans"
891 ]
892 },
893 "distribute/essentials/core/play/zhcn": {
894 "title": "",
895 "resources": [
896 "intl/zh-cn/distribute/tools/launch-checklist.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800897 "https://play.google.com/about/developer-content-policy.html",
Dirk Doughertya79acc02014-11-14 19:19:18 -0800898 "https://support.google.com/googleplay/android-developer/answer/188189?hl=zh-Hans",
899 "https://support.google.com/googleplay/android-developer/answer/1078870?hl=zh-Hans",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800900 "https://android-developers.blogspot.com/2011/10/android-market-featured-image.html",
Dirk Doughertya79acc02014-11-14 19:19:18 -0800901 "https://support.google.com/googleplay/android-developer/answer/113477?hl=zh-Hans"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800902 ]
903 },
904 "distribute/essentials/tabletguidelines/optimize": {
905 "title": "",
906 "resources": [
907 "design/style/metrics-grids.html",
908 "design/style/devices-displays.html",
909 "guide/practices/screens_support.html",
910 //"guide/practices/screens_support.html#ConfigurationExamples",
911 ]
912 },
913 "distribute/essentials/tabletguidelines/extrascreen": {
914 "title": "",
915 "resources": [
916 "design/patterns/multi-pane-layouts.html",
917 "training/design-navigation/multiple-sizes.html",
918 "training/multiscreen/index.html",
919 ]
920 },
921 "distribute/essentials/tabletguidelines/assets": {
922 "title": "",
923 "resources": [
924 "design/style/iconography.html",
925 "guide/topics/resources/providing-resources.html",
926 "guide/practices/screens_support.html",
927 "training/basics/supporting-devices/screens.html"
928 ]
929 },
930 "distribute/essentials/tabletguidelines/fonts": {
931 "title": "",
932 "resources": [
933 "design/style/metrics-grids.html",
934 "design/style/typography.html",
935 "guide/practices/screens_support.html",
936 "training/multiscreen/screendensities.html"
937 ]
938 },
939 "distribute/essentials/tabletguidelines/widgets": {
940 "title": "",
941 "resources": [
942 "guide/topics/appwidgets/index.html#MetaData",
943 "guide/topics/appwidgets/index.html",
944 "design/patterns/widgets.html"
945 ]
946 },
947 "distribute/essentials/tabletguidelines/versions": {
948 "title": "",
949 "resources": [
950 "guide/topics/manifest/uses-sdk-element.html#ApiLevels",
951 "guide/topics/manifest/uses-sdk-element.html",
952 "training/basics/supporting-devices/platforms.html"
953 ]
954 },
955 "distribute/essentials/tabletguidelines/hardware": {
956 "title": "",
957 "resources": [
958 "guide/topics/manifest/uses-feature-element.html",
959 "guide/topics/manifest/uses-feature-element.html#testing"
960 ]
961 },
962 "distribute/essentials/tabletguidelines/tabletscreens": {
963 "title": "",
964 "resources": [
965 "guide/practices/screens_support.html#DeclaringScreenSizeSupport",
966 "guide/practices/screens_support.html"
967 ]
968 },
969 "distribute/essentials/tabletguidelines/showcase": {
970 "title": "",
971 "resources": [
972 "distribute/tools/launch-checklist.html",
973 "https://play.google.com/apps/publish/",
Dirk Dougherty31ae1c512015-11-07 13:18:02 -0800974 "https://play.google.com/intl/en_us/badges/",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800975 "distribute/tools/promote/device-art.html"
976 ]
977 },
Dirk Doughertya79acc02014-11-14 19:19:18 -0800978 "distribute/essentials/tabletguidelines/showcase/zhcn": {
979 "title": "",
980 "resources": [
981 "intl/zh-cn/distribute/tools/launch-checklist.html",
982 "https://play.google.com/apps/publish/?hl=zh-Hans",
Dirk Dougherty31ae1c512015-11-07 13:18:02 -0800983 "https://play.google.com/intl/en_us/badges/",
Dirk Doughertya79acc02014-11-14 19:19:18 -0800984 "intl/zh-cn/distribute/tools/promote/device-art.html"
985 ]
986 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800987 "distribute/essentials/tabletguidelines/googleplay": {
988 "title": "",
989 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800990 "https://android-developers.blogspot.com/2013/10/more-visibility-for-tablet-apps-in.html",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800991 "google/play/filters.html"
992 ]
993 },
994 "distribute/essentials/tabletguidelines": {
995 "title": "",
996 "resources": [
997 "distribute/essentials/quality/core.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800998 "https://android-developers.blogspot.com/2013/10/more-visibility-for-tablet-apps-in.html",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800999 "distribute/tools/launch-checklist.html",
1000 "distribute/tools/promote/device-art.html"
1001 ]
1002 },
1003 "distribute/getusers/notifications": {
1004 "title": "",
1005 "resources": [
1006 "design/patterns/notifications.html",
1007 "distribute/engage/gcm.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001008 "https://play.google.com/about/developer-content-policy.html"
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001009 ]
1010 },
Dirk Doughertybdcd6fc2014-06-10 14:35:17 -07001011 "distribute/engage/analytics": {
1012 "title": "",
1013 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001014 "https://www.google.com/analytics/mobile/",
1015 "https://android-developers.blogspot.com/2013/10/improved-app-insight-by-linking-google.html",
Dirk Doughertybdcd6fc2014-06-10 14:35:17 -07001016 "https://developers.google.com/analytics/devguides/collection/android/"
1017 ]
1018 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001019 "distribute/engage/widgets": {
1020 "title": "",
1021 "resources": [
1022 "design/patterns/widgets.html",
1023 "guide/topics/appwidgets/index.html"
1024 ]
1025 },
Dirk Dougherty98794c02015-05-09 12:10:56 -07001026 "distribute/engage/reengage": {
1027 "title": "",
1028 "resources": [
1029 "https://support.google.com/adwords/answer/6032073",
1030 "distribute/engage/deep-linking.html",
1031 "https://support.google.com/adwords/answer/6167162",
1032 "distribute/users/promote-with-ads.html"
1033 ]
1034 },
1035 "distribute/engage/appindexing": {
1036 "title": "",
1037 "resources": [
1038 "distribute/engage/intents.html",
Dirk Dougherty10d44b72015-05-23 14:46:57 -07001039 "distribute/engage/deep-linking.html",
Dirk Doughertyca9fd6f2015-06-11 11:53:40 -07001040 "training/app-indexing/index.html"
Dirk Dougherty98794c02015-05-09 12:10:56 -07001041 ]
1042 },
1043 "distribute/engage/intents": {
1044 "title": "",
1045 "resources": [
1046 "guide/components/intents-filters.html",
Dirk Dougherty10d44b72015-05-23 14:46:57 -07001047 "distribute/engage/deep-linking.html",
Dirk Dougherty98794c02015-05-09 12:10:56 -07001048 "distribute/engage/ads.html"
1049 ]
1050 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001051 "distribute/getusers/expandnewmarkets": {
1052 "title": "",
1053 "resources": [
1054 "distribute/tools/localization-checklist.html",
1055 "https://support.google.com/googleplay/android-developer/table/3541286",
Dirk Dougherty31ae1c512015-11-07 13:18:02 -08001056 "https://play.google.com/intl/en_us/badges/",
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001057 "distribute/tools/promote/device-art.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001058 "https://www.youtube.com/watch?v=SkHHPf3EdzE"
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001059 ]
1060 },
1061 "distribute/engage/gcm": {
1062 "title": "",
1063 "resources": [
Dirk Dougherty518651c2015-05-27 20:24:37 -07001064 "https://developers.google.com/cloud-messaging/gcm",
1065 "https://developers.google.com/cloud-messaging/android/client",
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001066 ]
1067 },
Andrew Solovay827b8022015-11-13 13:09:12 -08001068 "distribute/engage/gamesservices/related": {
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001069 "title": "",
1070 "resources": [
Andrew Solovay827b8022015-11-13 13:09:12 -08001071 "https://developers.google.com/games/services/",
1072 "distribute/analyze/start.html",
1073 "distribute/googleplay/cardboard.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001074 "https://www.google.com/admob/"
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001075 ]
1076 },
1077 "distribute/engage/gplus": {
1078 "title": "",
1079 "resources": [
Dirk Dougherty74709452015-05-15 00:51:24 -07001080 "distribute/users/ota-installs.html",
1081 "https://developers.google.com/identity/sign-in/android/people",
1082 "https://developers.google.com/+/mobile/android/"
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001083 ]
1084 },
1085 "distribute/engage/community": {
1086 "title": "",
1087 "resources": [
1088 "distribute/users/build-community.html",
1089 "distribute/engage/video.html"
1090 ]
1091 },
1092 "distribute/engage/deeplinks": {
1093 "title": "",
1094 "resources": [
1095 "distribute/engage/easy-signin.html",
1096 "https://developers.google.com/app-indexing/",
1097 "https://developers.google.com/+/mobile/android/share/interactive-post"
1098 ]
1099 },
1100 "distribute/engage/appupdates": {
1101 "title": "",
1102 "resources": [
1103 "distribute/essentials/optimizing-your-app.html",
1104 "distribute/tools/launch-checklist.html",
1105 "distribute/googleplay/developer-console.html",
1106 "design/patterns/notifications.html"
1107 ]
1108 },
1109 "distribute/engage/video/more": {
1110 "title": "",
1111 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001112 "https://www.youtube.com/yt/dev/",
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001113 "distribute/essentials/best-practices/games.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001114 "https://www.youtube.com/watch?v=RRelFvc6Czo"
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001115 ]
1116 },
1117 "distribute/engage/community": {
1118 "title": "",
1119 "resources": [
1120 "distribute/users/build-community.html",
1121 "distribute/engage/video.html"
1122 ]
1123 },
1124 "distribute/engage/kiwi": {
1125 "title": "",
1126 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001127 "https://www.youtube.com/watch?v=WWArLD6nqrk"
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001128 ]
1129 },
1130 "distribute/toolsreference/gpfefaq": {
1131 "title": "",
1132 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001133 "https://www.google.com/edu/tablets/",
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001134 "distribute/googleplay/edu/start.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001135 "https://play.google.com/about/developer-distribution-agreement-addendum.html",
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001136 "distribute/essentials/quality/core.html",
1137 "distribute/essentials/quality/tablets.html"
1138 ]
1139 },
1140 "distribute/toolsreference/localizationchecklist/identifylocales": {
1141 "title": "",
1142 "resources": [
1143 "https://support.google.com/googleplay/android-developer/answer/138294"
1144 ]
1145 },
Dirk Doughertya79acc02014-11-14 19:19:18 -08001146 "distribute/toolsreference/localizationchecklist/identifylocales/zhcn": {
1147 "title": "",
1148 "resources": [
1149 "https://support.google.com/googleplay/android-developer/answer/138294?hl=zh-Hans"
1150 ]
1151 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001152 "distribute/tools/loc/designforloc": {
1153 "title": "",
1154 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001155 "https://android-developers.blogspot.com/2013/03/native-rtl-support-in-android-42.html",
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001156 "guide/topics/resources/string-resource.html#Plurals",
1157 "guide/topics/resources/string-resource.html",
1158 "reference/java/util/Locale.html"
1159 ]
1160 },
1161 "distribute/toolsreference/localizationchecklist/managestrings": {
1162 "title": "",
1163 "resources": [
1164 "guide/topics/resources/string-resource.html",
1165 "design/style/writing.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001166 "https://en.wikipedia.org/wiki/XLIFF"
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001167 ]
1168 },
Dirk Doughertya79acc02014-11-14 19:19:18 -08001169 "distribute/toolsreference/localizationchecklist/managestrings/zhcn": {
1170 "title": "",
1171 "resources": [
1172 "guide/topics/resources/string-resource.html",
1173 "intl/zh-cn/design/style/writing.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001174 "https://en.wikipedia.org/wiki/XLIFF"
Dirk Doughertya79acc02014-11-14 19:19:18 -08001175 ]
1176 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001177 "distribute/toolsreference/localizationchecklist/preplaunch": {
1178 "title": "",
1179 "resources": [
Dirk Dougherty31ae1c512015-11-07 13:18:02 -08001180 "https://play.google.com/intl/en_us/badges/",
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001181 "distribute/tools/promote/device-art.html"
1182 ]
1183 },
Dirk Doughertya79acc02014-11-14 19:19:18 -08001184 "distribute/toolsreference/localizationchecklist/preplaunch/zhcn": {
1185 "title": "",
1186 "resources": [
Dirk Dougherty31ae1c512015-11-07 13:18:02 -08001187 "https://play.google.com/intl/en_us/badges/",
Dirk Doughertya79acc02014-11-14 19:19:18 -08001188 "intl/zh-cn/distribute/tools/promote/device-art.html"
1189 ]
1190 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001191 "distribute/toolsreference/localizationchecklist/supportlaunch": {
1192 "title": "",
1193 "resources": [
1194 "distribute/tools/launch-checklist.html",
1195 ]
1196 },
Dirk Doughertya79acc02014-11-14 19:19:18 -08001197 "distribute/toolsreference/localizationchecklist/supportlaunch/zhcn": {
1198 "title": "",
1199 "resources": [
1200 "intl/zh-cn/distribute/tools/launch-checklist.html",
1201 ]
1202 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001203 "distribute/toolsreference/launchchecklist/understanding": {
1204 "title": "",
1205 "resources": [
1206 "tools/publishing/publishing_overview.html",
1207 "tools/publishing/preparing.html"
1208 ]
1209 },
1210 "distribute/toolsreference/launchchecklist/policies": {
1211 "title": "",
1212 "resources": [
1213 "https://support.google.com/googleplay/android-developer/answer/4430948",
1214 "https://support.google.com/googleplay/android-developer/topic/2364761",
1215 "https://support.google.com/googleplay/android-developer"
1216 ]
1217 },
1218 "distribute/toolsreference/launchchecklist/quality": {
1219 "title": "",
1220 "resources": [
1221 "distribute/essentials/quality/core.html",
1222 "distribute/essentials/quality/tablets.html",
smain@google.com941f8002014-06-18 16:13:56 -07001223 "https://developers.google.com/edu/guidelines"
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001224 ]
1225 },
1226 "distribute/toolsreference/launchchecklist/rating": {
1227 "title": "",
1228 "resources": [
1229 "https://support.google.com/googleplay/android-developer/answer/188189",
1230 ]
1231 },
1232 "distribute/toolsreference/launchchecklist/country": {
1233 "title": "",
1234 "resources": [
1235 "https://support.google.com/googleplay/android-developer/answer/138294"
1236 ]
1237 },
1238 "distribute/toolsreference/launchchecklist/size": {
1239 "title": "",
1240 "resources": [
1241 "google/play/expansion-files.html",
1242 "tools/help/proguard.html"
1243 ]
1244 },
1245 "distribute/toolsreference/launchchecklist/platform": {
1246 "title": "",
1247 "resources": [
1248 "guide/practices/screens_support.html",
1249 "about/dashboards/index.html",
1250 "guide/topics/manifest/uses-sdk-element.html"
1251 ]
1252 },
1253 "distribute/toolsreference/launchchecklist/price": {
1254 "title": "",
1255 "resources": [
1256 "https://support.google.com/googleplay/android-developer/table/3541286",
1257 ]
1258 },
1259 "distribute/toolsreference/launchchecklist/purchasemethod": {
1260 "title": "",
1261 "resources": [
1262 "google/play/billing/index.html",
1263 "google/play/billing/billing_subscriptions.html"
1264 ]
1265 },
1266 "distribute/toolsreference/launchchecklist/setprice": {
1267 "title": "",
1268 "resources": [
1269 "https://support.google.com/googleplay/android-developer/answer/1169947",
1270 "https://support.google.com/googleplay/android-developer/answer/138412",
1271 "https://support.google.com/googleplay/android-developer/answer/112622",
1272 "https://support.google.com/googleplay/android-developer/answer/138000"
1273 ]
1274 },
1275 "distribute/toolsreference/launchchecklist/localization": {
1276 "title": "",
1277 "resources": [
Eric Schmidt57ae8622016-02-02 10:21:40 -08001278 "distribute/tools/localization-checklist.html"
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001279 ]
1280 },
1281 "distribute/toolsreference/launchchecklist/graphics": {
1282 "title": "",
1283 "resources": [
1284 "https://support.google.com/googleplay/android-developer/answer/1078870",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001285 "https://android-developers.blogspot.com/2011/10/android-market-featured-image.html"
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001286 ]
1287 },
1288 "distribute/toolsreference/launchchecklist/productdetails": {
1289 "title": "",
1290 "resources": [
1291 "https://support.google.com/googleplay/android-developer/answer/113475",
1292 "https://support.google.com/googleplay/android-developer/answer/1078870"
1293 ]
1294 },
1295 "distribute/toolsreference/launchchecklist/badges": {
1296 "title": "",
1297 "resources": [
Dirk Dougherty31ae1c512015-11-07 13:18:02 -08001298 "https://play.google.com/intl/en_us/badges/",
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001299 "distribute/tools/promote/linking.html"
1300 ]
1301 },
1302 "distribute/toolsreference/launchchecklist/finalchecks": {
1303 "title": "",
1304 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001305 "https://play.google.com/about/developer-content-policy.html",
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001306 "https://support.google.com/googleplay/android-developer/answer/113476",
1307 "support.html"
1308 ]
1309 },
1310 "distribute/toolsreference/launchchecklist/afterlaunch": {
1311 "title": "",
1312 "resources": [
1313 "https://support.google.com/googleplay/android-developer/answer/113477",
1314 "https://support.google.com/googleplay/android-developer/answer/1153479",
1315 "https://support.google.com/payments/answer/2741495",
1316 "distribute/essentials/optimizing-your-app.html"
1317 ]
1318 },
Dirk Doughertya79acc02014-11-14 19:19:18 -08001319 "distribute/toolsreference/launchchecklist/understanding/zhcn": {
1320 "title": "",
1321 "resources": [
1322 "intl/zh-cn/tools/publishing/publishing_overview.html",
1323 "intl/zh-cn/tools/publishing/preparing.html"
1324 ]
1325 },
1326 "distribute/toolsreference/launchchecklist/policies/zhcn": {
1327 "title": "",
1328 "resources": [
1329 "https://support.google.com/googleplay/android-developer/answer/4430948?hl=zh-Hans",
1330 "https://support.google.com/googleplay/android-developer/topic/2364761?hl=zh-Hans",
1331 "https://support.google.com/googleplay/android-developer?hl=zh-Hans"
1332 ]
1333 },
1334 "distribute/toolsreference/launchchecklist/quality/zhcn": {
1335 "title": "",
1336 "resources": [
1337 "intl/zh-cn/distribute/essentials/quality/core.html",
1338 "intl/zh-cn/distribute/essentials/quality/tablets.html",
1339 "https://developers.google.com/edu/guidelines?hl=zh-Hans"
1340 ]
1341 },
1342
1343 "distribute/toolsreference/launchchecklist/rating/zhcn": {
1344 "title": "",
1345 "resources": [
1346 "https://support.google.com/googleplay/android-developer/answer/188189?hl=zh-Hans",
1347 ]
1348 },
1349 "distribute/toolsreference/launchchecklist/country/zhcn": {
1350 "title": "",
1351 "resources": [
1352 "https://support.google.com/googleplay/android-developer/answer/138294?hl=zh-Hans"
1353 ]
1354 },
1355 "distribute/toolsreference/launchchecklist/size/zhcn": {
1356 "title": "",
1357 "resources": [
1358 "google/play/expansion-files.html",
1359 "intl/zh-cn/tools/help/proguard.html"
1360 ]
1361 },
1362 "distribute/toolsreference/launchchecklist/price/zhcn": {
1363 "title": "",
1364 "resources": [
1365 "https://support.google.com/googleplay/android-developer/table/3541286?hl=zh-Hans",
1366 ]
1367 },
1368 "distribute/toolsreference/launchchecklist/purchasemethod/zhcn": {
1369 "title": "",
1370 "resources": [
1371 "intl/zh-cn/google/play/billing/index.html",
1372 "google/play/billing/billing_subscriptions.html"
1373 ]
1374 },
1375 "distribute/toolsreference/launchchecklist/setprice/zhcn": {
1376 "title": "",
1377 "resources": [
1378 "https://support.google.com/googleplay/android-developer/answer/1169947?hl=zh-Hans",
1379 "https://support.google.com/googleplay/android-developer/answer/138412?hl=zh-Hans",
1380 "https://support.google.com/googleplay/android-developer/answer/112622?hl=zh-Hans",
1381 "https://support.google.com/googleplay/android-developer/answer/138000?hl=zh-Hans"
1382 ]
1383 },
Eric Schmidt57ae8622016-02-02 10:21:40 -08001384 "distribute/stories/localization": {
1385 "title": "",
1386 "resources": [
1387 "distribute/stories/games/rvappstudios-zombie.html",
1388 "distribute/stories/games/g4a-indian-rummy.html",
1389 "distribute/stories/apps/sayhi.html"
1390 ]
1391 },
Dirk Doughertya79acc02014-11-14 19:19:18 -08001392 "distribute/toolsreference/launchchecklist/localization/zhcn": {
1393 "title": "",
1394 "resources": [
1395 "intl/zh-cn/distribute/tools/localization-checklist.html",
Dirk Doughertya79acc02014-11-14 19:19:18 -08001396 ]
1397 },
1398 "distribute/toolsreference/launchchecklist/graphics/zhcn": {
1399 "title": "",
1400 "resources": [
1401 "https://support.google.com/googleplay/android-developer/answer/1078870?hl=zh-Hans",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001402 "https://android-developers.blogspot.com/2011/10/android-market-featured-image.html"
Dirk Doughertya79acc02014-11-14 19:19:18 -08001403 ]
1404 },
1405 "distribute/toolsreference/launchchecklist/productdetails/zhcn": {
1406 "title": "",
1407 "resources": [
1408 "https://support.google.com/googleplay/android-developer/answer/113475?hl=zh-Hans",
1409 "https://support.google.com/googleplay/android-developer/answer/1078870?hl=zh-Hans"
1410 ]
1411 },
1412 "distribute/toolsreference/launchchecklist/badges/zhcn": {
1413 "title": "",
1414 "resources": [
Dirk Dougherty31ae1c512015-11-07 13:18:02 -08001415 "https://play.google.com/intl/en_us/badges/",
Dirk Doughertya79acc02014-11-14 19:19:18 -08001416 "intl/zh-cn/distribute/tools/promote/linking.html"
1417 ]
1418 },
1419 "distribute/toolsreference/launchchecklist/finalchecks/zhcn": {
1420 "title": "",
1421 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001422 "https://play.google.com/about/developer-content-policy.html",
Dirk Doughertya79acc02014-11-14 19:19:18 -08001423 "https://support.google.com/googleplay/android-developer/answer/113476?hl=zh-Hans",
1424 "support.html"
1425 ]
1426 },
1427 "distribute/toolsreference/launchchecklist/afterlaunch/zhcn": {
1428 "title": "",
1429 "resources": [
1430 "https://support.google.com/googleplay/android-developer/answer/113477?hl=zh-Hans",
1431 "https://support.google.com/googleplay/android-developer/answer/1153479?hl=zh-Hans",
1432 "https://support.google.com/payments/answer/2741495?hl=zh-Hans",
1433 "distribute/essentials/optimizing-your-app.html"
1434 ]
1435 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001436 "distribute/monetize/premium": {
1437 "title": "",
1438 "resources": [
1439 "google/play/billing/index.html",
1440 "https://support.google.com/googleplay/android-developer/answer/4407611"
1441 ]
Joe Fernandez957cddd2014-10-10 21:36:46 -07001442 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001443 "distribute/monetize/freemium": {
1444 "title": "",
1445 "resources": [
1446 "google/play/billing/index.html",
1447 "https://support.google.com/googleplay/android-developer/answer/4407611"
1448 ]
1449 },
1450 "distribute/monetize/subscriptions": {
1451 "title": "",
1452 "resources": [
1453 "google/play/billing/billing_subscriptions.html",
1454 "https://support.google.com/googleplay/android-developer/answer/4407611"
1455 ]
1456 },
1457 "distribute/monetize/ecommerce": {
1458 "title": "",
1459 "resources": [
1460 "https://developers.google.com/wallet/instant-buy/",
1461 "https://support.google.com/googleplay/android-developer/answer/4407611"
1462 ]
1463 },
1464 "distribute/monetize/advertising": {
1465 "title": "",
1466 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001467 "https://www.google.com/ads/admob/#subid=us-en-et-dac",
1468 "https://www.google.com/doubleclick/publishers/small-business/index.html",
1469 "https://support.google.com/googleplay/android-developer/topic/2985714",
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001470 "training/monetization/ads-and-ux.html"
1471 ]
1472 },
Dirk Dougherty98794c02015-05-09 12:10:56 -07001473 "distribute/monetize/admob": {
1474 "title": "",
1475 "resources": [
1476 "https://support.google.com/admob/topic/2784623",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001477 "https://admob.blogspot.com/",
1478 "https://analyticsacademy.withgoogle.com/mobile-app",
Kevin Hufnagleed31c052016-03-31 09:02:24 -07001479 "https://www.udacity.com/courses/ud876-3"
Dirk Dougherty98794c02015-05-09 12:10:56 -07001480 ]
1481 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001482 "distribute/monetize/paymentmethods": {
1483 "title": "",
1484 "resources": [
1485 "https://play.google.com/about/giftcards/",
1486 "https://support.google.com/googleplay/answer/2651410"
1487 ]
1488 },
Luan Nguyen8662c042015-03-05 16:02:08 -08001489 "autolanding": {
1490 "title": "",
1491 "resources": [
1492 "auto/index.html",
1493 "design/auto/index.html",
1494 "training/auto/index.html"
1495 ]
1496 },
Dirk Doughertye1970f12014-11-01 21:40:32 -07001497 "tvlanding": {
1498 "title": "",
1499 "resources": [
1500 "tv/index.html",
1501 "design/tv/index.html",
1502 "training/tv/index.html"
1503 ]
1504 },
Luan Nguyencbd00322014-12-04 14:32:30 -08001505 "wearlanding": {
1506 "title": "",
1507 "resources": [
1508 "design/wear/index.html",
1509 "training/building-wearables.html",
1510 "training/wearables/ui/index.html"
1511 ]
1512 },
Quddus Chongc6aed462014-11-10 18:50:17 -08001513 "design/auto/auto_ui_guidelines": {
1514 "title": "",
1515 "resources": [
Luan Nguyen8662c042015-03-05 16:02:08 -08001516 "shareables/auto/AndroidAuto-audio-apps.pdf",
Quddus Chongc6aed462014-11-10 18:50:17 -08001517 "shareables/auto/AndroidAuto-messaging-apps.pdf",
1518 "shareables/auto/AndroidAuto-custom-colors.pdf"
1519 ]
1520 },
Joe Fernandez66d14b52015-03-06 16:08:13 -08001521 "training/auto/overview": {
1522 "title": "",
1523 "resources": [
1524 "training/auto/start/index.html",
1525 "design/auto/index.html",
1526 "shareables/auto/AndroidAuto-custom-colors.pdf"
1527 ]
1528 },
1529 "training/auto/messaging": {
1530 "title": "",
1531 "resources": [
1532 "training/auto/messaging/index.html",
1533 "shareables/auto/AndroidAuto-messaging-apps.pdf",
1534 "samples/MessagingService/index.html"
1535 ]
1536 },
1537 "training/auto/media": {
1538 "title": "",
1539 "resources": [
1540 "training/auto/audio/index.html",
1541 "shareables/auto/AndroidAuto-audio-apps.pdf",
1542 "samples/MediaBrowserService/index.html"
1543 ]
1544 },
1545 "training/auto/distribute": {
1546 "title": "",
1547 "resources": [
1548 "distribute/essentials/quality/auto.html",
1549 "distribute/googleplay/auto.html"
1550 ]
1551 },
Quddus Chonge3f6c812015-08-26 14:16:05 -07001552 "training/testing/overview": {
1553 "title": "",
1554 "resources": [
1555 "training/testing/start/index.html",
1556 "tools/testing/testing_android.html",
1557 "https://www.youtube.com/watch?v=vdasFFfXKOY"
1558 ]
1559 },
1560 "training/testing/tools": {
1561 "title": "",
1562 "resources": [
1563 "tools/testing-support-library/index.html",
1564 "tools/help/monkey.html",
1565 "tools/help/monkeyrunner_concepts.html",
1566 "tools/testing/testing_otheride.html",
1567 "https://source.android.com/devices/tech/debug/dumpsys.html"
1568 ]
1569 },
1570 "training/testing/techniques": {
1571 "title": "",
1572 "resources": [
1573 "training/testing/ui-testing/index.html",
1574 "training/testing/unit-testing/index.html",
1575 "training/testing/performance.html"
1576 ]
1577 },
1578 "training/testing/resources": {
1579 "title": "",
1580 "resources": [
1581 "https://github.com/googlesamples/android-testing",
1582 "https://www.youtube.com/watch?v=2I6fuD20qlY",
1583 "https://codelabs.developers.google.com/codelabs/android-testing/index.html",
1584 "https://github.com/googlesamples/android-testing-templates",
1585 "https://google.github.io/android-testing-support-library"
1586 ]
1587 },
Dirk Doughertyeb81afb2014-09-26 14:52:48 -07001588 "distribute/stories/games": {
1589 "title": "",
1590 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001591 "https://storage.googleapis.com/androiddevelopers/shareables/stories/Glu_Deerhunter2014_gpgs.pdf",
1592 "https://storage.googleapis.com/androiddevelopers/shareables/stories/ConcreteSoftware_PBABowling_gpgs.pdf",
1593 "https://storage.googleapis.com/androiddevelopers/shareables/stories/Dragonplay_DragonplaySlots_gpgs.pdf",
1594 "https://storage.googleapis.com/androiddevelopers/shareables/stories/Gameloft_Asphalt8_gpgs.pdf",
1595 "https://storage.googleapis.com/androiddevelopers/shareables/stories/Glu_EternityWarriors3_gpgs.pdf",
1596 "https://storage.googleapis.com/androiddevelopers/shareables/stories/HotheadGames_RivalsatWar_gpgs.pdf",
1597 "https://storage.googleapis.com/androiddevelopers/shareables/stories/TMSOFT_Compulsive_gpgs.pdf",
1598 "https://storage.googleapis.com/androiddevelopers/shareables/stories/Noodlecake_SuperStickmanGolf2_gpgs.pdf",
1599 "https://storage.googleapis.com/androiddevelopers/shareables/stories/TinyRebel_DoctorWhoLegacy_gpgs.pdf",
1600 "https://storage.googleapis.com/androiddevelopers/shareables/stories/Senri_LeosFortune_gpgs.pdf"
Dirk Doughertyeb81afb2014-09-26 14:52:48 -07001601 ]
Dirk Doughertya79acc02014-11-14 19:19:18 -08001602 },
1603 "overview/zhcn/1": {
1604 "title": "",
1605 "resources": [
1606 "intl/zh-cn/distribute/essentials/quality/core.html",
1607 "intl/zh-cn/distribute/essentials/quality/tablets.html",
1608 "intl/zh-cn/distribute/tools/launch-checklist.html",
1609 "intl/zh-cn/tools/publishing/publishing_overview.html",
1610 "intl/zh-cn/distribute/tools/localization-checklist.html"
1611 ]
1612 },
1613 "overview/zhcn/2": {
1614 "title": "",
1615 "resources": [
1616 "intl/zh-cn/google/play/billing/index.html",
1617 "intl/zh-cn/google/play/billing/api.html",
1618 "intl/zh-cn/google/play/billing/billing_admin.html",
1619 "intl/zh-cn/google/play/billing/billing_testing.html",
1620 "intl/zh-cn/google/play/billing/billing_best_practices.html"
1621 ]
1622 },
1623 "overview/zhcn/3": {
1624 "title": "",
1625 "resources": [
Dirk Dougherty31ae1c512015-11-07 13:18:02 -08001626 "https://play.google.com/intl/en_us/badges/",
Dirk Doughertya79acc02014-11-14 19:19:18 -08001627
1628 "intl/zh-cn/distribute/tools/promote/device-art.html",
1629 "intl/zh-cn/distribute/tools/promote/linking.html",
1630 "intl/zh-cn/distribute/tools/promote/brand.html",
1631 "intl/zh-cn/tools/help/proguard.html"
1632 ]
1633 },
1634 "overview/zhcn/4": {
1635 "title": "",
1636 "resources": [
1637 "intl/zh-cn/design/style/writing.html",
1638 "intl/zh-cn/training/basics/fragments/fragment-ui.html",
1639 "intl/zh-cn/training/multiscreen/index.html",
1640 "intl/zh-cn/training/monitoring-device-state/index.html"
1641 ]
1642 },
1643 "overview/carousel/zhcn": {
1644 "title": "",
1645 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001646 "https://www.youtube.com/watch?v=vGV7FHGzpFU",
1647 "https://www.youtube.com/watch?v=aqc3ZOTzpdk",
1648 "https://www.youtube.com/watch?v=jaNrJ8uyLSc"
Dirk Doughertya79acc02014-11-14 19:19:18 -08001649 ]
1650 },
1651 "overview/1": {
1652 "title": "",
1653 "resources": [
1654 "distribute/essentials/quality/core.html",
1655 "distribute/essentials/quality/tablets.html",
1656 "distribute/tools/launch-checklist.html",
1657 "tools/publishing/publishing_overview.html",
1658 "distribute/tools/localization-checklist.html"
1659 ]
1660 },
1661 "overview/2": {
1662 "title": "",
1663 "resources": [
1664 "google/play/billing/index.html",
1665 "google/play/billing/api.html",
1666 "google/play/billing/billing_admin.html",
1667 "google/play/billing/billing_testing.html",
1668 "google/play/billing/billing_best_practices.html"
1669 ]
1670 },
1671 "overview/3": {
1672 "title": "",
1673 "resources": [
Dirk Dougherty31ae1c512015-11-07 13:18:02 -08001674 "https://play.google.com/intl/en_us/badges/",
Dirk Doughertya79acc02014-11-14 19:19:18 -08001675 "distribute/tools/promote/device-art.html",
1676 "distribute/tools/promote/linking.html",
1677 "distribute/tools/promote/brand.html",
1678 "tools/help/proguard.html"
1679 ]
1680 },
1681 "overview/4": {
1682 "title": "",
1683 "resources": [
1684 "design/style/writing.html",
1685 "training/basics/fragments/fragment-ui.html",
1686 "training/multiscreen/index.html",
1687 "training/monitoring-device-state/index.html"
1688 ]
Joe Fernandez108ccac2015-02-19 23:56:07 -08001689 },
1690 "training/work/apps": {
1691 "title": "",
1692 "resources": [
1693 "training/enterprise/app-compatibility.html",
1694 "training/enterprise/app-restrictions.html",
Matt954d57d2016-02-17 21:22:47 -05001695 "training/enterprise/cosu.html",
Andrew Solovayc9adf2c2015-06-01 14:44:21 -07001696 "https://www.youtube.com/watch?v=39NkpWkaH8M&index=2&list=PLOU2XLYxmsIKAK2Bhv19H2THwF-22O5WX",
Joe Fernandez108ccac2015-02-19 23:56:07 -08001697 "samples/AppRestrictionSchema/index.html",
Matt954d57d2016-02-17 21:22:47 -05001698 "https://www.youtube.com/watch?v=dH41OutAMNM",
1699 "samples/AppRestrictionEnforcer/index.html"
Joe Fernandez108ccac2015-02-19 23:56:07 -08001700 ]
1701 },
1702 "training/work/admin": {
1703 "title": "",
1704 "resources": [
1705 "training/enterprise/work-policy-ctrl.html",
Andrew Solovay00ebd142015-06-24 11:56:56 -07001706 "samples/BasicManagedProfile/index.html",
1707 "https://www.youtube.com/watch?v=j3QC6hcpy90"
Joe Fernandez108ccac2015-02-19 23:56:07 -08001708 ]
Aleks Haecky881e72992015-04-23 13:17:19 -07001709 },
Cheryl Potter5fc7099e2016-01-05 19:32:30 -08001710"tools/help/log": {
1711 "title": "",
1712 "resources": [
1713 "tools/help/am-logcat.html"
1714 ]
1715 },
1716"tools/help/monitor": {
1717 "title": "",
1718 "resources": [
1719 "tools/help/am-memory.html",
1720 "tools/help/am-cpu.html",
1721 "tools/help/am-gpu.html",
1722 "tools/help/am-network.html"
1723 ]
1724 },
1725 "tools/help/data": {
1726 "title": "",
1727 "resources": [
1728 "tools/help/am-hprof.html",
1729 "tools/help/am-allocation.html",
1730 "tools/help/am-methodtrace.html",
1731 "tools/help/am-sysinfo.html"
1732 ]
1733 },
1734 "tools/help/shot": {
1735 "title": "",
1736 "resources": [
1737 "tools/help/am-screenshot.html",
1738 "tools/help/am-video.html"
1739 ]
1740 },
Aleks Haecky881e72992015-04-23 13:17:19 -07001741 "tools/performance/rendering": {
1742 "title": "",
1743 "resources": [
1744 "tools/performance/debug-gpu-overdraw/index.html",
1745 "tools/performance/profile-gpu-rendering/index.html",
1746 "tools/performance/hierarchy-viewer/setup.html",
1747 "tools/performance/hierarchy-viewer/index.html",
1748 "tools/performance/hierarchy-viewer/profiling.html"
1749 ]
1750 },
1751 "tools/performance/memory": {
1752 "title": "",
1753 "resources": [
1754 "tools/performance/memory-monitor/index.html",
1755 "tools/performance/heap-viewer/index.html",
1756 "tools/performance/allocation-tracker/index.html",
1757 "tools/performance/comparison.html"
1758 ]
1759 },
1760 "tools/performance/cpu": {
1761 "title": "",
1762 "resources": [
1763 "tools/performance/traceview/index.html",
1764 "tools/performance/systrace/index.html"
1765 ]
1766 },
1767 "tools/performance/battery": {
1768 "title": "",
1769 "resources": [
1770 "tools/performance/batterystats-battery-historian/index.html",
1771 "tools/performance/batterystats-battery-historian/charts.html"
1772 ]
Quddus Chong0f049722015-09-21 11:38:05 -07001773 },
1774 "marshmallow/landing/resources": {
1775 "title": "",
1776 "resources": [
Dirk Dougherty7a0a1f62015-10-27 13:25:57 -07001777 "about/versions/marshmallow/android-6.0-changes.html",
Quddus Chong0f049722015-09-21 11:38:05 -07001778 "about/versions/marshmallow/android-6.0.html",
Dirk Dougherty7a0a1f62015-10-27 13:25:57 -07001779 "about/versions/marshmallow/samples.html"
Quddus Chong0f049722015-09-21 11:38:05 -07001780 ]
1781 },
Quddus Chong10a91472015-09-25 17:09:32 -07001782 "marshmallow/landing/videos": {
1783 "title": "",
1784 "resources": [
Dirk Dougherty5cd8cb02015-09-29 01:52:48 -07001785 "https://youtu.be/U9tw5ypqEN0",
1786 "https://youtu.be/N72ksDKrX6c",
1787 "https://youtu.be/iZqDdvhTZj0",
Quddus Chong10a91472015-09-25 17:09:32 -07001788 "https://www.youtube.com/watch?v=vcSj8ln-BlE",
Dirk Dougherty5cd8cb02015-09-29 01:52:48 -07001789 "https://youtu.be/LQoohRwojmw",
1790 "https://www.youtube.com/watch?v=VOn7VrTRlA4",
1791 "https://youtu.be/5sCQjeGoE7M",
1792 "https://www.youtube.com/watch?v=C8lUdPVSzDk",
1793 "https://www.youtube.com/watch?v=HXacyy0HSW0",
Quddus Chong10a91472015-09-25 17:09:32 -07001794 "https://www.youtube.com/watch?v=OW1A4XFRuyc",
Dirk Dougherty5cd8cb02015-09-29 01:52:48 -07001795 "https://www.youtube.com/watch?v=j3QC6hcpy90",
Quddus Chong10a91472015-09-25 17:09:32 -07001796 "https://www.youtube.com/watch?v=f17qe9vZ8RM",
Dirk Dougherty5cd8cb02015-09-29 01:52:48 -07001797 "https://www.youtube.com/watch?v=ndBdf1_oOGA"
Quddus Chong10a91472015-09-25 17:09:32 -07001798 ]
1799 },
Quddus Chong0f049722015-09-21 11:38:05 -07001800 "marshmallow/landing/more": {
Dirk Dougherty31ae1c512015-11-07 13:18:02 -08001801 "title": "",
1802 "resources": [
Quddus Chong10a91472015-09-25 17:09:32 -07001803 "training/permissions/requesting.html",
1804 "training/backup/autosyncapi.html",
Quddus Chong1c7be2e2015-09-28 11:22:53 -07001805 "training/monitoring-device-state/doze-standby.html",
Dirk Dougherty5cd8cb02015-09-29 01:52:48 -07001806 "training/app-links/index.html",
1807 "training/articles/assistant.html",
Dirk Dougherty7a0a1f62015-10-27 13:25:57 -07001808 "training/testing/performance.html",
1809 "https://developers.google.com/android/nexus/images"
Quddus Chong0f049722015-09-21 11:38:05 -07001810 ]
1811 },
Dirk Dougherty9577d312016-01-27 14:13:40 -08001812 "tools/landing/resources": {
1813 "title": "",
1814 "resources": [
1815 "tools/studio/index.html",
1816 "tools/studio/studio-features.html",
1817 "sdk/installing/studio-tips.html",
1818 ]
1819 },
1820 "tools/landing/latest": {
1821 "title": "",
1822 "resources": [
1823 "https://medium.com/google-developers/how-often-should-you-update-android-studio-db25785c488e#.8blbql35x",
smain@google.com9938f2b2016-04-07 09:25:49 -07001824 "http://android-developers.blogspot.com/2016/04/android-studio-2-0.html",
Dirk Dougherty9577d312016-01-27 14:13:40 -08001825 "https://medium.com/google-developers/writing-more-code-by-writing-less-code-with-android-studio-live-templates-244f648d17c7#.hczcm02du",
1826 ]
1827 },
Andrew Solovayc9adf2c2015-06-01 14:44:21 -07001828}