diff options
author | 2016-04-26 19:46:39 -0700 | |
---|---|---|
committer | 2016-04-27 20:07:57 -0700 | |
commit | 988248daabd2a9c96c516e4e1187c70e36b8f352 (patch) | |
tree | 79e6d685c7540c28e38bd8405e4d9392eee02ce8 | |
parent | 55ba523a631949d90cd9e613c140ebca1c01b44d (diff) |
Change custom_link_attributes to path_attributes format.
Change-Id: I24439d6f9226ace37eab875e8b1bb634a9e52074
-rw-r--r-- | docs/html/about/_book.yaml | 20 | ||||
-rw-r--r-- | docs/html/design/_book.yaml | 106 | ||||
-rw-r--r-- | docs/html/distribute/essentials/_book.yaml | 35 | ||||
-rw-r--r-- | docs/html/distribute/googleplay/_book.yaml | 169 | ||||
-rw-r--r-- | docs/html/distribute/tools/_book.yaml | 25 | ||||
-rw-r--r-- | docs/html/google/_book.yaml | 53 | ||||
-rw-r--r-- | docs/html/guide/_book.yaml | 23 | ||||
-rw-r--r-- | docs/html/ndk/guides/_book.yaml | 11 | ||||
-rw-r--r-- | docs/html/preview/_book.yaml | 342 | ||||
-rw-r--r-- | docs/html/tools/_book.yaml | 30 | ||||
-rw-r--r-- | docs/html/training/_book.yaml | 1058 |
11 files changed, 1260 insertions, 612 deletions
diff --git a/docs/html/about/_book.yaml b/docs/html/about/_book.yaml index 04150bdf1c20..fdbe53faeaae 100644 --- a/docs/html/about/_book.yaml +++ b/docs/html/about/_book.yaml @@ -16,13 +16,19 @@ toc: path: /about/versions/android-5.1.html - title: Android 5.0 APIs path: /about/versions/android-5.0.html - custom_link_attributes: - - es-lang="API de Android 5.0" - - ja-lang="Android 5.0 API" - - ko-lang="Android 5.0 API" - - ru-lang="API для Android 5.0" - - zh-cn-lang="Android 5.0 API" - - zh-tw-lang="Android 5.0 API" + path_attributes: + - name: es-lang + value: API de Android 5.0 + - name: ja-lang + value: Android 5.0 API + - name: ko-lang + value: Android 5.0 API + - name: ru-lang + value: API для Android 5.0 + - name: zh-cn-lang + value: Android 5.0 API + - name: zh-tw-lang + value: Android 5.0 API - title: Android 5.0 Changes path: /about/versions/android-5.0-changes.html diff --git a/docs/html/design/_book.yaml b/docs/html/design/_book.yaml index 45754757cfec..df5406f269dd 100644 --- a/docs/html/design/_book.yaml +++ b/docs/html/design/_book.yaml @@ -4,24 +4,35 @@ toc: section: - title: Design Principles path: /design/get-started/principles.html - custom_link_attributes: - - es-lang="Principios de diseño para Android" - - ja-lang="Android デザイン指針" - - ko-lang="Android 디자인 원칙" - - pt-br-lang="Princípios de projeto para Android" - - ru-lang="Принципы проектирования Android" - - zh-cn-lang="Android 设计原则" - - zh-tw-lang="Android 設計原則" + path_attributes: + - name: es-lang + value: Principios de diseño para Android + - name: ja-lang + value: Android デザイン指針 + - name: ko-lang + value: Android 디자인 원칙 + - name: pt-br-lang + value: Princípios de projeto para Android + - name: ru-lang + value: Принципы проектирования Android + - name: zh-cn-lang + value: Android 设计原则 + - name: zh-tw-lang + value: Android 設計原則 - title: New in Android path: /design/patterns/new.html - title: Material for Android path: /design/material/index.html - custom_link_attributes: - - ja-lang="マテリアル デザイン" - - ko-lang="머티어리얼 디자인" - - zh-cn-lang="材料设计" - - zh-tw-lang="材料設計" + path_attributes: + - name: ja-lang + value: マテリアル デザイン + - name: ko-lang + value: 머티어리얼 디자인 + - name: zh-cn-lang + value: 材料设计 + - name: zh-tw-lang + value: 材料設計 - title: Devices path: /design/devices.html @@ -64,24 +75,38 @@ toc: path: /design/style/devices-displays.html - title: Navigation path: /design/patterns/navigation.html - custom_link_attributes: - - es-lang="Navegación con los botones Back y Up" - - ja-lang="Back と Up を使用したナビゲーション" - - ko-lang="뒤로 및 위로 탐색 기능이 포함된 탐색" - - pt-br-lang="Navegação com Voltar e Para cima" - - ru-lang="Навигация с помощью кнопок \"Назад\" и \"Вверх\"" - - zh-cn-lang="使用返回和向上导航" - - zh-tw-lang="使用 [返回] 及 [上一層] 導覽" + path_attributes: + - name: es-lang + value: Navegación con los botones Back y Up + - name: ja-lang + value: Back と Up を使用したナビゲーション + - name: ko-lang + value: 뒤로 및 위로 탐색 기능이 포함된 탐색 + - name: pt-br-lang + value: Navegação com Voltar e Para cima + - name: ru-lang + value: Навигация с помощью кнопок "Назад" и "Вверх" + - name: zh-cn-lang + value: 使用返回和向上导航 + - name: zh-tw-lang + value: 使用 [返回] 及 [上一層] 導覽 - title: Notifications path: /design/patterns/notifications.html - custom_link_attributes: - - es-lang="Notificaciones" - - ja-lang="通知" - - ko-lang="알림" - - pt-br-lang="Notificações" - - ru-lang="Уведомления" - - zh-cn-lang="通知" - - zh-tw-lang="通知" + path_attributes: + - name: es-lang + value: Notificaciones + - name: ja-lang + value: 通知 + - name: ko-lang + value: 알림 + - name: pt-br-lang + value: Notificações + - name: ru-lang + value: Уведомления + - name: zh-cn-lang + value: 通知 + - name: zh-tw-lang + value: 通知 - title: Widgets path: /design/patterns/widgets.html - title: Swipe Views @@ -90,14 +115,21 @@ toc: path: /design/patterns/fullscreen.html - title: Confirming & Acknowledging path: /design/patterns/confirming-acknowledging.html - custom_link_attributes: - - es-lang="Confirmación y reconocimiento" - - ja-lang="確認と通知" - - ko-lang="확인 및 승인하기" - - pt-br-lang="Confirmação e reconhecimento" - - ru-lang="Подтверждение и уведомление" - - zh-cn-lang="确认和确知" - - zh-tw-lang="確認及確認完成" + path_attributes: + - name: es-lang + value: Confirmación y reconocimiento + - name: ja-lang + value: 確認と通知 + - name: ko-lang + value: 확인 및 승인하기 + - name: pt-br-lang + value: Confirmação e reconhecimento + - name: ru-lang + value: Подтверждение и уведомление + - name: zh-cn-lang + value: 确认和确知 + - name: zh-tw-lang + value: 確認及確認完成 - title: Pure Android path: /design/patterns/pure-android.html - title: Compatibility diff --git a/docs/html/distribute/essentials/_book.yaml b/docs/html/distribute/essentials/_book.yaml index e8b781163f5f..6a2c8f52ebf2 100644 --- a/docs/html/distribute/essentials/_book.yaml +++ b/docs/html/distribute/essentials/_book.yaml @@ -1,13 +1,15 @@ toc: - title: Core App Quality path: /distribute/essentials/quality/core.html - custom_link_attributes: - - zh-cn-lang="应用的核心质量" + path_attributes: + - name: zh-cn-lang + value: 应用的核心质量 - title: Tablet App Quality path: /distribute/essentials/quality/tablets.html - custom_link_attributes: - - zh-cn-lang="平板电脑应用的质量" + path_attributes: + - name: zh-cn-lang + value: 平板电脑应用的质量 - title: Wear App Quality path: /distribute/essentials/quality/wear.html @@ -20,31 +22,36 @@ toc: - title: Launch Checklist path: /distribute/tools/launch-checklist.html - custom_link_attributes: - - zh-cn-lang="发布检查清单" + path_attributes: + - name: zh-cn-lang + value: 发布检查清单 - title: Localization Checklist path: /distribute/tools/localization-checklist.html - custom_link_attributes: - - zh-cn-lang="本地化检查清单" + path_attributes: + - name: zh-cn-lang + value: 本地化检查清单 - title: Brand Guidelines path: /distribute/tools/promote/brand.html - custom_link_attributes: - - zh-cn-lang="品牌指南" + path_attributes: + - name: zh-cn-lang + value: 品牌指南 - title: Device Art Generator path: /distribute/tools/promote/device-art.html - title: Google Play Badges path: https://play.google.com/intl/en_us/badges/ - custom_link_attributes: - - zh-cn-lang="Google Play 徽章生成器" + path_attributes: + - name: zh-cn-lang + value: Google Play 徽章生成器 - title: Linking to Your Products path: /distribute/tools/promote/linking.html - custom_link_attributes: - - zh-cn-lang="链接到您的商品" + path_attributes: + - name: zh-cn-lang + value: 链接到您的商品 - title: Alternative Distribution path: /distribute/tools/open-distribution.html diff --git a/docs/html/distribute/googleplay/_book.yaml b/docs/html/distribute/googleplay/_book.yaml index 009d1c07a466..ede18f4eb281 100644 --- a/docs/html/distribute/googleplay/_book.yaml +++ b/docs/html/distribute/googleplay/_book.yaml @@ -1,75 +1,119 @@ toc: - title: The Google Play Opportunity path: /distribute/googleplay/about.html - custom_link_attributes: - - es-lang="La oportunidad de Google Play" - - ja-lang="Google Play の可能性" - - ko-lang="Google Play 활용 기회" - - pt-br-lang="A oportunidade do Google Play" - - ru-lang="Возможности Google Play" - - zh-cn-lang="Google Play 蕴藏的机会" - - zh-tw-lang="Google Play商機" + path_attributes: + - name: es-lang + value: La oportunidad de Google Play + - name: ja-lang + value: Google Play の可能性 + - name: ko-lang + value: Google Play 활용 기회 + - name: pt-br-lang + value: A oportunidade do Google Play + - name: ru-lang + value: Возможности Google Play + - name: zh-cn-lang + value: Google Play 蕴藏的机会 + - name: zh-tw-lang + value: Google Play商機 - title: Get Started with Publishing path: /distribute/googleplay/start.html - custom_link_attributes: - - es-lang="Comienza a publicar" - - ja-lang="アプリを公開する" - - ko-lang="게시 시작하기" - - pt-br-lang="Introdução à publicação" - - ru-lang="Первые шаги в публикациях" - - zh-cn-lang="开始发布" - - zh-tw-lang="開始發行" + path_attributes: + - name: es-lang + value: Comienza a publicar + - name: ja-lang + value: アプリを公開する + - name: ko-lang + value: 게시 시작하기 + - name: pt-br-lang + value: Introdução à publicação + - name: ru-lang + value: Первые шаги в публикациях + - name: zh-cn-lang + value: 开始发布 + - name: zh-tw-lang + value: 開始發行 - title: Developer Console path: /distribute/googleplay/developer-console.html - custom_link_attributes: - - es-lang="Consola para desarrolladores" - - ja-lang="デベロッパー コンソール" - - ko-lang="개발자 콘솔" - - pt-br-lang="Console do Desenvolvedor" - - ru-lang="Консоль разработчика" - - zh-cn-lang="开发者控制台" + path_attributes: + - name: es-lang + value: Consola para desarrolladores + - name: ja-lang + value: デベロッパー コンソール + - name: ko-lang + value: 개발자 콘솔 + - name: pt-br-lang + value: Console do Desenvolvedor + - name: ru-lang + value: Консоль разработчика + - name: zh-cn-lang + value: 开发者控制台 - title: Distribute to Android Wear path: /distribute/googleplay/wear.html - custom_link_attributes: - - es-lang="Distribución para Android Wear" - - ja-lang="Android Wear への配布" - - ko-lang="Android Wear에 배포" - - pt-br-lang="Distribuindo para Android Wear" - - ru-lang="Распространение приложений Android Wear" - - zh-cn-lang="分发到 Android Wear" - - zh-tw-lang="散佈至 Android Wear" + path_attributes: + - name: es-lang + value: Distribución para Android Wear + - name: ja-lang + value: Android Wear への配布 + - name: ko-lang + value: Android Wear에 배포 + - name: pt-br-lang + value: Distribuindo para Android Wear + - name: ru-lang + value: Распространение приложений Android Wear + - name: zh-cn-lang + value: 分发到 Android Wear + - name: zh-tw-lang + value: 散佈至 Android Wear - title: Distribute to Android TV path: /distribute/googleplay/tv.html - custom_link_attributes: - - es-lang="Distribución para Android TV" - - ja-lang="Android TV への配布" - - ko-lang="Android TV에 배포" - - pt-br-lang="Distribuindo para Android TV" - - ru-lang="Распространение приложений в Android TV" - - zh-cn-lang="分发到 Android TV" - - zh-tw-lang="散佈至 Android 電視" + path_attributes: + - name: es-lang + value: Distribución para Android TV + - name: ja-lang + value: Android TV への配布 + - name: ko-lang + value: Android TV에 배포 + - name: pt-br-lang + value: Distribuindo para Android TV + - name: ru-lang + value: Распространение приложений в Android TV + - name: zh-cn-lang + value: 分发到 Android TV + - name: zh-tw-lang + value: 散佈至 Android 電視 - title: Distribute to Android Auto path: /distribute/googleplay/auto.html - custom_link_attributes: - - es-lang="Distribución para Android Auto" - - ja-lang="Android Auto への配布" - - ko-lang="Android Auto에 배포" - - pt-br-lang="Distribuindo para o Android Auto" - - ru-lang="Распространение приложений для Android Auto" - - zh-cn-lang="分发到 Android Auto" - - zh-tw-lang="散佈至 Android Auto" + path_attributes: + - name: es-lang + value: Distribución para Android Auto + - name: ja-lang + value: Android Auto への配布 + - name: ko-lang + value: Android Auto에 배포 + - name: pt-br-lang + value: Distribuindo para o Android Auto + - name: ru-lang + value: Распространение приложений для Android Auto + - name: zh-cn-lang + value: 分发到 Android Auto + - name: zh-tw-lang + value: 散佈至 Android Auto - title: Designed for Families path: /distribute/googleplay/families/about.html - custom_link_attributes: - - es-lang="Diseñado para la familia" - - ru-lang="Для всей семьи" - - zh-cn-lang="为家庭设计" + path_attributes: + - name: es-lang + value: Diseñado para la familia + - name: ru-lang + value: Для всей семьи + - name: zh-cn-lang + value: 为家庭设计 - title: Google Play for Work path: /distribute/googleplay/work/about.html @@ -90,11 +134,18 @@ toc: - title: Find Success on Google Play path: /distribute/googleplay/guide.html - custom_link_attributes: - - es-lang="Cómo tener éxito en Google Play" - - ja-lang="Google Play で成功を手にする" - - ko-lang="Google Play에서 성공 모색" - - pt-br-lang="Obtendo sucesso no Google Play" - - ru-lang="Найдите свой путь к успеху в Google Play" - - zh-cn-lang="在 Google Play 上取得成功" - - zh-tw-lang="在 Google Play 上尋找成功" + path_attributes: + - name: es-lang + value: Cómo tener éxito en Google Play + - name: ja-lang + value: Google Play で成功を手にする + - name: ko-lang + value: Google Play에서 성공 모색 + - name: pt-br-lang + value: Obtendo sucesso no Google Play + - name: ru-lang + value: Найдите свой путь к успеху в Google Play + - name: zh-cn-lang + value: 在 Google Play 上取得成功 + - name: zh-tw-lang + value: 在 Google Play 上尋找成功 diff --git a/docs/html/distribute/tools/_book.yaml b/docs/html/distribute/tools/_book.yaml index 57e03ba09cd2..4064c34d158b 100644 --- a/docs/html/distribute/tools/_book.yaml +++ b/docs/html/distribute/tools/_book.yaml @@ -1,31 +1,36 @@ toc: - title: Launch Checklist path: /distribute/tools/launch-checklist.html - custom_link_attributes: - - zh-cn-lang="发布检查清单" + path_attributes: + - name: zh-cn-lang + value: 发布检查清单 - title: Localization Checklist path: /distribute/tools/localization-checklist.html - custom_link_attributes: - - zh-cn-lang="本地化检查清单" + path_attributes: + - name: zh-cn-lang + value: 本地化检查清单 - title: Device Art Generator path: /distribute/tools/promote/device-art.html - title: Google Play Badges path: /distribute/tools/promote/badges.html - custom_link_attributes: - - zh-cn-lang="Google Play 徽章生成器" + path_attributes: + - name: zh-cn-lang + value: Google Play 徽章生成器 - title: Linking to Your Products path: /distribute/tools/promote/linking.html - custom_link_attributes: - - zh-cn-lang="链接到您的商品" + path_attributes: + - name: zh-cn-lang + value: 链接到您的商品 - title: Brand Guidelines path: /distribute/tools/promote/brand.html - custom_link_attributes: - - zh-cn-lang="品牌指南" + path_attributes: + - name: zh-cn-lang + value: 品牌指南 - title: Alternative Distribution path: /distribute/tools/open-distribution.html diff --git a/docs/html/google/_book.yaml b/docs/html/google/_book.yaml index 01efa4f9fe93..92357e9730c6 100644 --- a/docs/html/google/_book.yaml +++ b/docs/html/google/_book.yaml @@ -1,17 +1,20 @@ toc: - title: Google Play In-app Billing path: /google/play/billing/index.html - custom_link_attributes: - - zh-cn-lang="应用内结算" + path_attributes: + - name: zh-cn-lang + value: 应用内结算 section: - title: Overview path: /google/play/billing/billing_overview.html - custom_link_attributes: - - zh-cn-lang="应用内结算概述" + path_attributes: + - name: zh-cn-lang + value: 应用内结算概述 - title: Version 3 API path: /google/play/billing/api.html - custom_link_attributes: - - zh-cn-lang="应用内结算 API" + path_attributes: + - name: zh-cn-lang + value: 应用内结算 API section: - title: Implementing the API path: /google/play/billing/billing_integrate.html @@ -23,29 +26,39 @@ toc: path: /google/play/billing/billing_promotions.html - title: Security and Design path: /google/play/billing/billing_best_practices.html - custom_link_attributes: - - zh-cn-lang="安全性和设计" + path_attributes: + - name: zh-cn-lang + value: 安全性和设计 - title: Testing In-app Billing path: /google/play/billing/billing_testing.html - custom_link_attributes: - - zh-cn-lang="测试应用内结算" + path_attributes: + - name: zh-cn-lang + value: 测试应用内结算 - title: Administering In-app Billing path: /google/play/billing/billing_admin.html - custom_link_attributes: - - zh-cn-lang="管理应用内结算" + path_attributes: + - name: zh-cn-lang + value: 管理应用内结算 - title: Version Notes path: /google/play/billing/versions.html - title: Filters on Google Play path: /google/play/filters.html - custom_link_attributes: - - es-lang="Filtros en Google Play" - - ja-lang="Google Play 上のフィルタ" - - ko-lang="Google Play 필터" - - pt-br-lang="Filtros no Google Play" - - ru-lang="Фильтры в Google Play" - - zh-cn-lang="Google Play 上的筛选器" - - zh-tw-lang="Google Play 上的篩選器" + path_attributes: + - name: es-lang + value: Filtros en Google Play + - name: ja-lang + value: Google Play 上のフィルタ + - name: ko-lang + value: Google Play 필터 + - name: pt-br-lang + value: Filtros no Google Play + - name: ru-lang + value: Фильтры в Google Play + - name: zh-cn-lang + value: Google Play 上的筛选器 + - name: zh-tw-lang + value: Google Play 上的篩選器 - title: Google Play Developer API path: /google/play/developer-api.html diff --git a/docs/html/guide/_book.yaml b/docs/html/guide/_book.yaml index 5017376366b1..01099f0adb25 100644 --- a/docs/html/guide/_book.yaml +++ b/docs/html/guide/_book.yaml @@ -387,14 +387,21 @@ toc: - title: Best Practices path: /guide/practices/index.html - custom_link_attributes: - - de-lang="Bewährte Verfahren" - - es-lang="Prácticas recomendadas" - - fr-lang="Meilleures pratiques" - - it-lang="Best practice" - - ja-lang="ベスト プラクティス" - - zh-cn-lang="最佳实践" - - zh-tw-lang="最佳實務" + path_attributes: + - name: de-lang + value: Bewährte Verfahren + - name: es-lang + value: Prácticas recomendadas + - name: fr-lang + value: Meilleures pratiques + - name: it-lang + value: Best practice + - name: ja-lang + value: ベスト プラクティス + - name: zh-cn-lang + value: 最佳实践 + - name: zh-tw-lang + value: 最佳實務 section: - title: Supporting Multiple Screens path: /guide/practices/screens_support.html diff --git a/docs/html/ndk/guides/_book.yaml b/docs/html/ndk/guides/_book.yaml index fdcfe46424e0..287a92d0114a 100644 --- a/docs/html/ndk/guides/_book.yaml +++ b/docs/html/ndk/guides/_book.yaml @@ -61,5 +61,14 @@ toc: - title: OpenSL ES for Android path: /ndk/guides/audio/opensl-for-android.html -- title: Graphics +- title: Vulkan path: /ndk/guides/graphics/index.html + section: + - title: Getting Started + path: /ndk/guides/graphics/getting-started.html + - title: Design Guidelines + path: /ndk/guides/graphics/design-notes.html + - title: Shader Compilers + path: /ndk/guides/graphics/shader-compilers.html + - title: Validation Layers + path: /ndk/guides/graphics/validation-layer.html diff --git a/docs/html/preview/_book.yaml b/docs/html/preview/_book.yaml index 9f538667f36b..cac6d1309881 100644 --- a/docs/html/preview/_book.yaml +++ b/docs/html/preview/_book.yaml @@ -1,96 +1,342 @@ toc: - title: Program Overview path: /preview/overview.html - custom_link_attributes: - - es-lang="Información general del programa" - - ja-lang="プログラム概要" - - ko-lang="프로그램 개요" - - pt-br-lang="Visão geral do programa" - - ru-lang="Обзор программы" - - zh-cn-lang="计划概览" - - zh-tw-lang="程式總覽" + path_attributes: + - name: es-lang + value: Información general del programa + - name: in-lang + value: Ikhtisar Program + - name: ja-lang + value: プログラム概要 + - name: ko-lang + value: 프로그램 개요 + - name: pt-br-lang + value: Visão geral do programa + - name: ru-lang + value: Обзор программы + - name: vi-lang + value: Tổng quan về Chương trình + - name: zh-cn-lang + value: 计划概览 + - name: zh-tw-lang + value: 程式總覽 - title: Support and Release Notes path: /preview/support.html - title: Set Up to Develop path: /preview/setup-sdk.html - custom_link_attributes: - - es-lang="Configurar el SDK de la versión preliminar" - - ja-lang="Preview SDK のセットアップ" - - ko-lang="미리 보기 SDK 설정하기" - - pt-br-lang="Configuração do Preview SDK" - - ru-lang="Настройка пакета SDK Preview" - - zh-cn-lang="设置预览版 SDK" - - zh-tw-lang="設定預覽版 SDK" + path_attributes: + - name: es-lang + value: Configurar el SDK de la versión preliminar + - name: in-lang + value: Menyiapkan Preview + - name: ja-lang + value: Preview SDK のセットアップ + - name: ko-lang + value: 미리 보기 SDK 설정하기 + - name: pt-br-lang + value: Configuração do Preview SDK + - name: ru-lang + value: Настройка пакета SDK Preview + - name: vi-lang + value: Kiểm thử trên Thiết bị + - name: zh-cn-lang + value: 设置预览版 SDK + - name: zh-tw-lang + value: 設定預覽版 SDK - title: Test on a Device path: /preview/download.html + path_attributes: + - name: es-lang + value: Pruebe en un dispositivo + - name: in-lang + value: Menguji pada Perangkat + - name: ja-lang + value: デバイス上でテストする + - name: ko-lang + value: 기기에서 테스트 + - name: pt-br-lang + value: Testar em um dispositivo + - name: ru-lang + value: Тестирование на устройстве + - name: vi-lang + value: Kiểm thử trên Thiết bị + - name: zh-cn-lang + value: 在设备上测试 + - name: zh-tw-lang + value: 在裝置上測試 - title: Behavior Changes path: /preview/behavior-changes.html - custom_link_attributes: - - es-lang="Cambios en los comportamientos" - - ja-lang="動作の変更点" - - ko-lang="동작 변경" - - pt-br-lang="Mudanças de comportamento" - - ru-lang="Изменения в работе" - - zh-cn-lang="行为变更" - - zh-tw-lang="行為變更" + path_attributes: + - name: es-lang + value: Cambios en los comportamientos + - name: in-lang + value: Perubahan Perilaku + - name: ja-lang + value: 動作の変更点 + - name: ko-lang + value: 동작 변경 + - name: pt-br-lang + value: Mudanças de comportamento + - name: ru-lang + value: Изменения в работе + - name: vi-lang + value: Các thay đổi Hành vi + - name: zh-cn-lang + value: 行为变更 + - name: zh-tw-lang + value: 行為變更 section: - title: Background Optimizations path: /preview/features/background-optimization.html + path_attributes: + - name: es-lang + value: Optimizaciones en segundo plano + - name: in-lang + value: Optimisasi Latar Belakang + - name: ja-lang + value: バックグラウンド処理の最適化 + - name: ko-lang + value: 백그라운드 최적화 + - name: pt-br-lang + value: Otimizações em segundo plano + - name: ru-lang + value: Оптимизация фоновых процессов + - name: vi-lang + value: Tối ưu hóa Chạy ngầm + - name: zh-cn-lang + value: 后台优化 + - name: zh-tw-lang + value: 背景最佳化 - title: Language and Locale path: /preview/features/multilingual-support.html + path_attributes: + - name: es-lang + value: Idioma y configuración regional + - name: in-lang + value: Bahasa dan Lokal + - name: ja-lang + value: 言語とロケール + - name: ko-lang + value: 언어 및 로케일 + - name: pt-br-lang + value: Idioma e localidade + - name: ru-lang + value: Язык и языковой стандарт + - name: vi-lang + value: Ngôn ngữ và Bản địa + - name: zh-cn-lang + value: 语言和区域设置 + - name: zh-tw-lang + value: 語言和地區設定 - title: Android N for Developers path: /preview/api-overview.html - custom_link_attributes: - - es-lang="Información general de la API" - - ja-lang="API の概要" - - ko-lang="API 개요" - - pt-br-lang="Visão geral da API" - - ru-lang="Обзор API-интерфейсов" - - zh-cn-lang="API 概览" - - zh-tw-lang="API 總覽" + path_attributes: + - name: es-lang + value: Información general de la API + - name: in-lang + value: Android N untuk Pengembang + - name: ja-lang + value: API の概要 + - name: ko-lang + value: API 개요 + - name: pt-br-lang + value: Visão geral da API + - name: ru-lang + value: Обзор API-интерфейсов + - name: vi-lang + value: Android N cho Nhà phát triển + - name: zh-cn-lang + value: API 概览 + - name: zh-tw-lang + value: API 總覽 section: - title: Multi-Window Support path: /preview/features/multi-window.html + path_attributes: + - name: es-lang + value: Compatibilidad con ventanas múltiples + - name: in-lang + value: Dukungan Multi-Jendela + - name: ja-lang + value: マルチ ウィンドウのサポート + - name: ko-lang + value: 다중 창 지원 + - name: pt-br-lang + value: Suporte a várias janelas + - name: ru-lang + value: Поддержка многооконного режима + - name: vi-lang + value: Hỗ trợ đa cửa sổ + - name: zh-cn-lang + value: 多窗口支持 + - name: zh-tw-lang + value: 多視窗支援 - title: Notifications path: /preview/features/notification-updates.html + path_attributes: + - name: es-lang + value: Notificaciones + - name: in-lang + value: Pemberitahuan + - name: ja-lang + value: 通知 + - name: ko-lang + value: 알림 + - name: pt-br-lang + value: Notificações + - name: ru-lang + value: Уведомления + - name: vi-lang + value: Thông báo + - name: zh-cn-lang + value: 通知 + - name: zh-tw-lang + value: 通知 - title: Data Saver path: /preview/features/data-saver.html - title: TV Recording path: /preview/features/tv-recording-api.html + path_attributes: + - name: es-lang + value: Grabación de TV + - name: in-lang + value: Perekaman TV + - name: ja-lang + value: TV の録画 + - name: ko-lang + value: TV 녹화 + - name: pt-br-lang + value: Gravação para TV + - name: ru-lang + value: Запись ТВ + - name: vi-lang + value: Ghi lại TV + - name: zh-cn-lang + value: TV 录制 + - name: zh-tw-lang + value: 電視錄製 - title: Network Security Configuration path: /preview/features/security-config.html + path_attributes: + - name: es-lang + value: Configuración de seguridad de la red + - name: ja-lang + value: ネットワーク セキュリティ構成 + - name: ko-lang + value: 네트워크 보안 구성 + - name: pt-br-lang + value: Configurações de segurança de rede + - name: ru-lang + value: Конфигурация сетевой безопасности + - name: vi-lang + value: Cấu hình Bảo mật mạng + - name: zh-cn-lang + value: 网络安全配置 + - name: zh-tw-lang + value: 網路安全性設定 - title: ICU4J Support path: /preview/features/icu4j-framework.html + path_attributes: + - name: es-lang + value: API de ICU4J del framework de Android + - name: in-lang + value: ICU4J Android Framework API + - name: ja-lang + value: ICU4J Android フレームワーク API + - name: ko-lang + value: ICU4J Android 프레임워크 API + - name: pt-br-lang + value: APIs de estrutura do Android para ICU4J + - name: ru-lang + value: API-интерфейсы ICU4J в платформе Android + - name: vi-lang + value: API Khuôn khổ Android ICU4J + - name: zh-cn-lang + value: ICU4J Android 框架 API + - name: zh-tw-lang + value: ICU4J Android 架構 API - title: Java 8 Language Features path: /preview/j8-jack.html + path_attributes: + - name: es-lang + value: Funciones del lenguaje Java 8 + - name: in-lang + value: Fitur Bahasa Java 8 + - name: ja-lang + value: Java 8 の機能 + - name: ko-lang + value: Java 8 언어 기능 + - name: pt-br-lang + value: Recursos de linguagem do Java 8 + - name: ru-lang + value: Возможности языка Java 8 + - name: vi-lang + value: Tính năng của Ngôn ngữ Java 8 + - name: zh-cn-lang + value: Java 8 语言功能 + - name: zh-tw-lang + value: Java 8 語言功能 - title: Android for Work Updates path: /preview/features/afw.html - title: Scoped Directory Access path: /preview/features/scoped-folder-access.html + path_attributes: + - name: es-lang + value: Acceso a directorios determinados + - name: ja-lang + value: 特定のディレクトリへのアクセス + - name: ko-lang + value: 범위가 지정된 디렉터리 액세스 + - name: pt-br-lang + value: Acesso a diretórios com escopo + - name: ru-lang + value: Доступ к выделенным каталогам + - name: vi-lang + value: Truy cập Thư mục theo Phạm vi + - name: zh-cn-lang + value: 作用域目录访问 + - name: zh-tw-lang + value: 限定範圍目錄存取 - title: Samples path: /preview/samples.html - custom_link_attributes: - - es-lang="Ejemplos" - - ja-lang="サンプル" - - ko-lang="샘플" - - pt-br-lang="Exemplos" - - ru-lang="Примеры" - - zh-cn-lang="示例" - - zh-tw-lang="範例" + path_attributes: + - name: es-lang + value: Ejemplos + - name: in-lang + value: Contoh + - name: ja-lang + value: サンプル + - name: ko-lang + value: 샘플 + - name: pt-br-lang + value: Exemplos + - name: ru-lang + value: Примеры + - name: zh-cn-lang + value: 示例 + - name: zh-tw-lang + value: 範例 - title: License Agreement path: /preview/license.html - custom_link_attributes: - - es-lang="Contrato de licencia" - - ja-lang="使用許諾契約" - - ko-lang="라이선스 계약" - - pt-br-lang="Contrato de licença" - - ru-lang="Лицензионное соглашение" - - zh-cn-lang="许可协议" - - zh-tw-lang="授權協議" + path_attributes: + - name: es-lang + value: Contrato de licencia + - name: ja-lang + value: 使用許諾契約 + - name: ko-lang + value: 라이선스 계약 + - name: pt-br-lang + value: Contrato de licença + - name: ru-lang + value: Лицензионное соглашение + - name: zh-cn-lang + value: 许可协议 + - name: zh-tw-lang + value: 授權協議 diff --git a/docs/html/tools/_book.yaml b/docs/html/tools/_book.yaml index 5395cc8d335f..fb257f3b5917 100644 --- a/docs/html/tools/_book.yaml +++ b/docs/html/tools/_book.yaml @@ -2,10 +2,8 @@ toc: - title: Download path: /sdk/index.html section: - - title: Installing the SDK + - title: Install Android Studio path: /sdk/installing/index.html - - title: Adding SDK Packages - path: /sdk/installing/adding-packages.html - title: Workflow path: /tools/workflow/index.html @@ -27,13 +25,15 @@ toc: path: /tools/debugging/index.html - title: Publishing path: /tools/publishing/publishing_overview.html - custom_link_attributes: - - zh-cn-lang="发布概述" + path_attributes: + - name: zh-cn-lang + value: 发布概述 section: - title: Preparing for Release path: /tools/publishing/preparing.html - custom_link_attributes: - - zh-cn-lang="准备发布" + path_attributes: + - name: zh-cn-lang + value: 准备发布 - title: Versioning Your Apps path: /tools/publishing/versioning.html - title: Signing Your Apps @@ -65,7 +65,9 @@ toc: path: /tools/debugging/improving-w-lint.html - title: Improving Code Inspection with Annotations path: /tools/debugging/annotations.html - - title: Deep Link and App Indexing API Support + - title: Shrink Your Code and Resources + path: /tools/help/proguard.html + - title: Supporting URLs and App Indexing in Android Studio path: /tools/help/app-link-indexing.html - title: UI Tools path: /tools/studio/ui-tools.html @@ -82,6 +84,11 @@ toc: path: /tools/help/image-asset-studio.html - title: AVD Manager path: /tools/devices/managing-avds.html + - title: Android Emulator + path: /tools/devices/emulator.html + section: + - title: Android Emulator Command-Line Features + path: /tools/help/emulator.html - title: Debugging Tools path: /tools/debugging/debugging-studio.html section: @@ -152,15 +159,8 @@ toc: path: /tools/debugging/debugging-log.html - title: mksdcard path: /tools/help/mksdcard.html - - title: ProGuard - path: /tools/help/proguard.html - title: Tracer for OpenGL ES path: /tools/help/gltracer.html - - title: Virtual Device Emulator - path: /tools/devices/emulator.html - section: - - title: Command Reference - path: /tools/help/emulator.html - title: zipalign path: /tools/help/zipalign.html diff --git a/docs/html/training/_book.yaml b/docs/html/training/_book.yaml index cd4df4360865..8f8fab20ad12 100644 --- a/docs/html/training/_book.yaml +++ b/docs/html/training/_book.yaml @@ -4,8 +4,9 @@ toc: section: - title: Building Your First App path: /training/basics/firstapp/index.html - custom_link_attributes: - - description="After you've installed the Android SDK, start with this class to learn the basics about Android app development." + path_attributes: + - name: description + value: After you've installed the Android SDK, start with this class to learn the basics about Android app development. section: - title: Creating an Android Project path: /training/basics/firstapp/creating-project.html @@ -17,8 +18,9 @@ toc: path: /training/basics/firstapp/starting-activity.html - title: Supporting Different Devices path: /training/basics/supporting-devices/index.html - custom_link_attributes: - - description="How to build your app with alternative resources that provide an optimized user experience on multiple device form factors using a single APK." + path_attributes: + - name: description + value: How to build your app with alternative resources that provide an optimized user experience on multiple device form factors using a single APK. section: - title: Supporting Different Languages path: /training/basics/supporting-devices/languages.html @@ -28,137 +30,215 @@ toc: path: /training/basics/supporting-devices/platforms.html - title: Managing the Activity Lifecycle path: /training/basics/activity-lifecycle/index.html - custom_link_attributes: - - ja-lang="アクティビティのライフサイクル 管理" - - ko-lang="액티비티 수명 주기 관리하기" - - pt-br-lang="Como gerenciar o ciclo de vida da atividade" - - ru-lang="Управление жизненным циклом операций" - - zh-cn-lang="管理活动生命周期" - - zh-tw-lang="管理應用行為顯示生命週期" - - description="How Android activities live and die and how to create a seamless user experience by implementing lifecycle callback methods." + path_attributes: + - name: ja-lang + value: アクティビティのライフサイクル 管理 + - name: ko-lang + value: 액티비티 수명 주기 관리하기 + - name: pt-br-lang + value: Como gerenciar o ciclo de vida da atividade + - name: ru-lang + value: Управление жизненным циклом операций + - name: zh-cn-lang + value: 管理活动生命周期 + - name: zh-tw-lang + value: 管理應用行為顯示生命週期 + - name: description + value: How Android activities live and die and how to create a seamless user experience by implementing lifecycle callback methods. section: - title: Starting an Activity path: /training/basics/activity-lifecycle/starting.html - custom_link_attributes: - - ja-lang="アクティビティを開始する" - - ko-lang="액티비티 시작하기" - - pt-br-lang="Iniciando uma atividade" - - ru-lang="Запуск операции" - - zh-cn-lang="开始活动" - - zh-tw-lang="啟動應用行為顯示" + path_attributes: + - name: ja-lang + value: アクティビティを開始する + - name: ko-lang + value: 액티비티 시작하기 + - name: pt-br-lang + value: Iniciando uma atividade + - name: ru-lang + value: Запуск операции + - name: zh-cn-lang + value: 开始活动 + - name: zh-tw-lang + value: 啟動應用行為顯示 - title: Pausing and Resuming an Activity path: /training/basics/activity-lifecycle/pausing.html - title: Stopping and Restarting an Activity path: /training/basics/activity-lifecycle/stopping.html - custom_link_attributes: - - ja-lang="アクティビティの一時停止と再開" - - ko-lang="액티비티 일시정지 및 재개하기" - - pt-br-lang="Pausando e reiniciando uma atividade" - - ru-lang="Приостановка и возобновление операции" - - zh-cn-lang="暂停和继续活动" - - zh-tw-lang="暫停並繼續應用行為顯示" + path_attributes: + - name: ja-lang + value: アクティビティの一時停止と再開 + - name: ko-lang + value: 액티비티 일시정지 및 재개하기 + - name: pt-br-lang + value: Pausando e reiniciando uma atividade + - name: ru-lang + value: Приостановка и возобновление операции + - name: zh-cn-lang + value: 暂停和继续活动 + - name: zh-tw-lang + value: 暫停並繼續應用行為顯示 - title: Recreating an Activity path: /training/basics/activity-lifecycle/recreating.html - custom_link_attributes: - - ja-lang="アクティビティを再作成する" - - ko-lang="액티비티 재생성하기" - - pt-br-lang="Recriando uma atividade" - - ru-lang="Воссоздание операции" - - zh-cn-lang="重新创建活动" - - zh-tw-lang="重新建立應用行為顯示" + path_attributes: + - name: ja-lang + value: アクティビティを再作成する + - name: ko-lang + value: 액티비티 재생성하기 + - name: pt-br-lang + value: Recriando uma atividade + - name: ru-lang + value: Воссоздание операции + - name: zh-cn-lang + value: 重新创建活动 + - name: zh-tw-lang + value: 重新建立應用行為顯示 - title: Building a Dynamic UI with Fragments path: /training/basics/fragments/index.html - custom_link_attributes: - - description="How to build a user interface for your app that is flexible enough to present multiple UI components on large screens and a more constrained set of UI components on smaller screens—essential for building a single APK for both phones and tablets." + path_attributes: + - name: description + value: How to build a user interface for your app that is flexible enough to present multiple UI components on large screens and a more constrained set of UI components on smaller screens—essential for building a single APK for both phones and tablets. section: - title: Creating a Fragment path: /training/basics/fragments/creating.html - title: Building a Flexible UI path: /training/basics/fragments/fragment-ui.html - custom_link_attributes: - - zh-cn-lang="构建灵活的界面" + path_attributes: + - name: zh-cn-lang + value: 构建灵活的界面 - title: Communicating with Other Fragments path: /training/basics/fragments/communicating.html - title: Saving Data path: /training/basics/data-storage/index.html - custom_link_attributes: - - ja-lang="データの保存" - - ko-lang="데이터 저장하기" - - pt-br-lang="Salvando dados" - - ru-lang="Сохранение данных" - - zh-cn-lang="保存数据" - - zh-tw-lang="儲存資料" - - description="How to save data on the device, whether it's temporary files, downloaded app assets, user media, structured data, or something else." + path_attributes: + - name: ja-lang + value: データの保存 + - name: ko-lang + value: 데이터 저장하기 + - name: pt-br-lang + value: Salvando dados + - name: ru-lang + value: Сохранение данных + - name: zh-cn-lang + value: 保存数据 + - name: zh-tw-lang + value: 儲存資料 + - name: description + value: How to save data on the device, whether it's temporary files, downloaded app assets, user media, structured data, or something else. section: - title: Saving Key-Value Sets path: /training/basics/data-storage/shared-preferences.html - custom_link_attributes: - - ja-lang="キー値セットを保存する" - - ko-lang="키-값 세트 저장하기" - - pt-br-lang="Salvando conjuntos de valor-chave" - - ru-lang="Сохранение наборов \"ключ-значение\"" - - zh-cn-lang="保存键值集" - - zh-tw-lang="儲存索引鍵值組" + path_attributes: + - name: ja-lang + value: キー値セットを保存する + - name: ko-lang + value: 키-값 세트 저장하기 + - name: pt-br-lang + value: Salvando conjuntos de valor-chave + - name: ru-lang + value: Сохранение наборов "ключ-значение" + - name: zh-cn-lang + value: 保存键值集 + - name: zh-tw-lang + value: 儲存索引鍵值組 - title: Saving Files path: /training/basics/data-storage/files.html - custom_link_attributes: - - ja-lang="ファイルを保存する" - - ko-lang="파일 저장하기" - - pt-br-lang="Salvando arquivos" - - ru-lang="Сохранение файлов" - - zh-cn-lang="保存文件" - - zh-tw-lang="儲存檔案" + path_attributes: + - name: ja-lang + value: ファイルを保存する + - name: ko-lang + value: 파일 저장하기 + - name: pt-br-lang + value: Salvando arquivos + - name: ru-lang + value: Сохранение файлов + - name: zh-cn-lang + value: 保存文件 + - name: zh-tw-lang + value: 儲存檔案 - title: Saving Data in SQL Databases path: /training/basics/data-storage/databases.html - custom_link_attributes: - - ja-lang="SQL データベースにデータを保存する" - - ko-lang="SQL 데이터베이스에 데이터 저장하기" - - pt-br-lang="Salvando dados em bancos de dados do SQL" - - ru-lang="Сохранение данных в базах данных SQL" - - zh-cn-lang="在 SQL 数据库中保存数据" - - zh-tw-lang="在 SQL 資料庫中儲存資料" + path_attributes: + - name: ja-lang + value: SQL データベースにデータを保存する + - name: ko-lang + value: SQL 데이터베이스에 데이터 저장하기 + - name: pt-br-lang + value: Salvando dados em bancos de dados do SQL + - name: ru-lang + value: Сохранение данных в базах данных SQL + - name: zh-cn-lang + value: 在 SQL 数据库中保存数据 + - name: zh-tw-lang + value: 在 SQL 資料庫中儲存資料 - title: Interacting with Other Apps path: /training/basics/intents/index.html - custom_link_attributes: - - ja-lang="他のアプリとの相互操作" - - ko-lang="액티비티 수명 주기 관리하기" - - pt-br-lang="Interagindo com outros aplicativos" - - ru-lang="Взаимодействие с другими приложениями" - - zh-cn-lang="与其他应用交互" - - zh-tw-lang="與其他應用程式互動" - - description="How to build a user experience that leverages other apps available on the device to perform advanced user tasks, such as capture a photo or view an address on a map." + path_attributes: + - name: ja-lang + value: 他のアプリとの相互操作 + - name: ko-lang + value: 액티비티 수명 주기 관리하기 + - name: pt-br-lang + value: Interagindo com outros aplicativos + - name: ru-lang + value: Взаимодействие с другими приложениями + - name: zh-cn-lang + value: 与其他应用交互 + - name: zh-tw-lang + value: 與其他應用程式互動 + - name: description + value: How to build a user experience that leverages other apps available on the device to perform advanced user tasks, such as capture a photo or view an address on a map. section: - title: Sending the User to Another App path: /training/basics/intents/sending.html - custom_link_attributes: - - ja-lang="別のアプリにユーザーを送る" - - ko-lang="다른 앱으로 사용자 보내기" - - pt-br-lang="Enviando o usuário para outro aplicativo" - - ru-lang="Направление пользователя в другое приложение" - - zh-cn-lang="向另一个应用发送用户" - - zh-tw-lang="將使用者傳送至其他應用程式" + path_attributes: + - name: ja-lang + value: 別のアプリにユーザーを送る + - name: ko-lang + value: 다른 앱으로 사용자 보내기 + - name: pt-br-lang + value: Enviando o usuário para outro aplicativo + - name: ru-lang + value: Направление пользователя в другое приложение + - name: zh-cn-lang + value: 向另一个应用发送用户 + - name: zh-tw-lang + value: 將使用者傳送至其他應用程式 - title: Getting a Result from the Activity path: /training/basics/intents/result.html - custom_link_attributes: - - ja-lang="アクティビティから結果を取得する" - - ko-lang="액티비티로부터 결과 가져오기" - - pt-br-lang="Obtendo resultados de uma atividade" - - ru-lang="Получение результата операции" - - zh-cn-lang="获取活动的结果" - - zh-tw-lang="從應用行為顯示取得結果" + path_attributes: + - name: ja-lang + value: アクティビティから結果を取得する + - name: ko-lang + value: 액티비티로부터 결과 가져오기 + - name: pt-br-lang + value: Obtendo resultados de uma atividade + - name: ru-lang + value: Получение результата операции + - name: zh-cn-lang + value: 获取活动的结果 + - name: zh-tw-lang + value: 從應用行為顯示取得結果 - title: Allowing Other Apps to Start Your Activity path: /training/basics/intents/filters.html - custom_link_attributes: - - ja-lang="他のアプリからのアクティビティの開始を許可する" - - ko-lang="다른 앱이 자신의 액티비티를 시작하도록 허용하기" - - pt-br-lang="Permitindo que outros aplicativos iniciem sua atividade" - - ru-lang="Разрешение другим приложениям на запуск вашей операции" - - zh-cn-lang="允许其他应用开始您的活动" - - zh-tw-lang="允許其他應用程式啟動您的應用行為顯示" + path_attributes: + - name: ja-lang + value: 他のアプリからのアクティビティの開始を許可する + - name: ko-lang + value: 다른 앱이 자신의 액티비티를 시작하도록 허용하기 + - name: pt-br-lang + value: Permitindo que outros aplicativos iniciem sua atividade + - name: ru-lang + value: Разрешение другим приложениям на запуск вашей операции + - name: zh-cn-lang + value: 允许其他应用开始您的活动 + - name: zh-tw-lang + value: 允許其他應用程式啟動您的應用行為顯示 - title: Working with System Permissions path: /training/permissions/index.html - custom_link_attributes: - - description="How to declare that your app needs access to features and resources outside of its 'sandbox', and how to request those privileges at runtime." + path_attributes: + - name: description + value: How to declare that your app needs access to features and resources outside of its 'sandbox', and how to request those privileges at runtime. section: - title: Declaring Permissions path: /training/permissions/declaring.html @@ -172,8 +252,9 @@ toc: section: - title: Sharing Simple Data path: /training/sharing/index.html - custom_link_attributes: - - description="How to take your app interaction to the next level by sharing information with other apps, receive information back, and provide a simple and scalable way to perform Share actions with user content." + path_attributes: + - name: description + value: How to take your app interaction to the next level by sharing information with other apps, receive information back, and provide a simple and scalable way to perform Share actions with user content. section: - title: Sending Simple Data to Other Apps path: /training/sharing/send.html @@ -183,8 +264,9 @@ toc: path: /training/sharing/shareaction.html - title: Sharing Files path: /training/secure-file-sharing/index.html - custom_link_attributes: - - description="How to provide secure access to a file associated with your app using a content URI and temporary access permissions." + path_attributes: + - name: description + value: How to provide secure access to a file associated with your app using a content URI and temporary access permissions. section: - title: Setting Up File Sharing path: /training/secure-file-sharing/setup-sharing.html @@ -196,8 +278,9 @@ toc: path: /training/secure-file-sharing/retrieve-info.html - title: Sharing Files with NFC path: /training/beam-files/index.html - custom_link_attributes: - - description="How to transfer files between devices using the NFC Android Beam feature." + path_attributes: + - name: description + value: How to transfer files between devices using the NFC Android Beam feature. section: - title: Sending Files to Another Device path: /training/beam-files/send-files.html @@ -209,8 +292,9 @@ toc: section: - title: Managing Audio Playback path: /training/managing-audio/index.html - custom_link_attributes: - - description="How to respond to hardware audio key presses, request audio focus when playing audio, and respond appropriately to changes in audio focus." + path_attributes: + - name: description + value: How to respond to hardware audio key presses, request audio focus when playing audio, and respond appropriately to changes in audio focus. section: - title: Controlling Your App's Volume and Playback path: /training/managing-audio/volume-playback.html @@ -220,8 +304,9 @@ toc: path: /training/managing-audio/audio-output.html - title: Capturing Photos path: /training/camera/index.html - custom_link_attributes: - - description="How to leverage existing camera apps on the user's device to capture photos or control the camera hardware directly and build your own camera app." + path_attributes: + - name: description + value: How to leverage existing camera apps on the user's device to capture photos or control the camera hardware directly and build your own camera app. section: - title: Taking Photos Simply path: /training/camera/photobasics.html @@ -231,8 +316,9 @@ toc: path: /training/camera/cameradirect.html - title: Printing Content path: /training/printing/index.html - custom_link_attributes: - - description="How to print photos, HTML documents, and custom documents from your app." + path_attributes: + - name: description + value: How to print photos, HTML documents, and custom documents from your app. section: - title: Photos path: /training/printing/photos.html @@ -246,8 +332,9 @@ toc: section: - title: Displaying Bitmaps Efficiently path: /training/displaying-bitmaps/index.html - custom_link_attributes: - - description="How to load and process bitmaps while keeping your user interface responsive and avoid exceeding memory limits." + path_attributes: + - name: description + value: How to load and process bitmaps while keeping your user interface responsive and avoid exceeding memory limits. section: - title: Loading Large Bitmaps Efficiently path: /training/displaying-bitmaps/load-bitmap.html @@ -261,8 +348,9 @@ toc: path: /training/displaying-bitmaps/display-bitmap.html - title: Displaying Graphics with OpenGL ES path: /training/graphics/opengl/index.html - custom_link_attributes: - - description="How to create OpenGL graphics within the Android app framework and respond to touch input." + path_attributes: + - name: description + value: How to create OpenGL graphics within the Android app framework and respond to touch input. section: - title: Building an OpenGL ES Environment path: /training/graphics/opengl/environment.html @@ -278,8 +366,9 @@ toc: path: /training/graphics/opengl/touch.html - title: Animating Views Using Scenes and Transitions path: /training/transitions/index.html - custom_link_attributes: - - description="How to animate state changes in a view hierarchy using transitions." + path_attributes: + - name: description + value: How to animate state changes in a view hierarchy using transitions. section: - title: The Transitions Framework path: /training/transitions/overview.html @@ -291,8 +380,9 @@ toc: path: /training/transitions/custom-transitions.html - title: Adding Animations path: /training/animation/index.html - custom_link_attributes: - - description="How to add transitional animations to your user interface." + path_attributes: + - name: description + value: How to add transitional animations to your user interface. section: - title: Crossfading Two Views path: /training/animation/crossfade.html @@ -310,8 +400,9 @@ toc: section: - title: Connecting Devices Wirelessly path: /training/connect-devices-wirelessly/index.html - custom_link_attributes: - - description="How to find and connect to local devices using Network Service Discovery and how to create peer-to-peer connections with Wi-Fi." + path_attributes: + - name: description + value: How to find and connect to local devices using Network Service Discovery and how to create peer-to-peer connections with Wi-Fi. section: - title: Using Network Service Discovery path: /training/connect-devices-wirelessly/nsd.html @@ -321,8 +412,9 @@ toc: path: /training/connect-devices-wirelessly/nsd-wifi-direct.html - title: Performing Network Operations path: /training/basics/network-ops/index.html - custom_link_attributes: - - description="How to create a network connection, monitor the connection for changes in connectivity, and perform transactions with XML data." + path_attributes: + - name: description + value: How to create a network connection, monitor the connection for changes in connectivity, and perform transactions with XML data. section: - title: Connecting to the Network path: /training/basics/network-ops/connecting.html @@ -332,8 +424,9 @@ toc: path: /training/basics/network-ops/xml.html - title: Transferring Data Without Draining the Battery path: /training/efficient-downloads/index.html - custom_link_attributes: - - description="How to minimize your app's impact on the battery when performing downloads and other network transactions." + path_attributes: + - name: description + value: How to minimize your app's impact on the battery when performing downloads and other network transactions. section: - title: Optimizing Downloads for Efficient Network Access path: /training/efficient-downloads/efficient-network-access.html @@ -345,8 +438,9 @@ toc: path: /training/efficient-downloads/connectivity_patterns.html - title: Syncing to the Cloud path: /training/backup/index.html - custom_link_attributes: - - description="How to sync and back up app and user data to remote web services in the cloud and how to restore the data back to multiple devices." + path_attributes: + - name: description + value: How to sync and back up app and user data to remote web services in the cloud and how to restore the data back to multiple devices. section: - title: Configuring Auto Backup path: /training/backup/autosyncapi.html @@ -354,12 +448,14 @@ toc: path: /training/backup/backupapi.html - title: Resolving Cloud Save Conflicts path: /training/cloudsave/conflict-res.html - custom_link_attributes: - - description="How to design a robust conflict resolution strategy for apps that save data to the cloud." + path_attributes: + - name: description + value: How to design a robust conflict resolution strategy for apps that save data to the cloud. - title: Transferring Data Using Sync Adapters path: /training/sync-adapters/index.html - custom_link_attributes: - - description="How to transfer data between the cloud and the device using the Android sync adapter framework" + path_attributes: + - name: description + value: How to transfer data between the cloud and the device using the Android sync adapter framework section: - title: Creating a Stub Authenticator path: /training/sync-adapters/creating-authenticator.html @@ -371,8 +467,9 @@ toc: path: /training/sync-adapters/running-sync-adapter.html - title: Transmitting Network Data Using Volley path: /training/volley/index.html - custom_link_attributes: - - description="How to perform fast, scalable UI operations over the network using Volley" + path_attributes: + - name: description + value: How to perform fast, scalable UI operations over the network using Volley section: - title: Sending a Simple Request path: /training/volley/simple.html @@ -388,8 +485,9 @@ toc: section: - title: Making Your App Location-Aware path: /training/location/index.html - custom_link_attributes: - - description="How to add location-aware features to your app by getting the user's current location." + path_attributes: + - name: description + value: How to add location-aware features to your app by getting the user's current location. section: - title: Getting the Last Known Location path: /training/location/retrieve-current.html @@ -403,16 +501,18 @@ toc: path: /training/location/geofencing.html - title: Adding Maps path: /training/maps/index.html - custom_link_attributes: - - description="How to add maps and mapping information to your app." + path_attributes: + - name: description + value: How to add maps and mapping information to your app. - title: Building Apps with User Info & Sign-In path: /training/building-userinfo.html section: - title: Accessing Contacts Data path: /training/contacts-provider/index.html - custom_link_attributes: - - description="How to use Android's central address book, the Contacts Provider, to display contacts and their details and modify contact information." + path_attributes: + - name: description + value: How to use Android's central address book, the Contacts Provider, to display contacts and their details and modify contact information. section: - title: Retrieving a List of Contacts path: /training/contacts-provider/retrieve-names.html @@ -424,16 +524,18 @@ toc: path: /training/contacts-provider/display-contact-badge.html - title: Adding Sign-In path: /training/sign-in/index.html - custom_link_attributes: - - description="How to add user sign-in functionality to your app." + path_attributes: + - name: description + value: How to add user sign-in functionality to your app. - title: Building Apps for Wearables path: /training/building-wearables.html section: - title: Adding Wearable Features to Notifications path: /training/wearables/notifications/index.html - custom_link_attributes: - - description="How to build handheld notifications that are synced to and look great on wearables." + path_attributes: + - name: description + value: How to build handheld notifications that are synced to and look great on wearables. section: - title: Creating a Notification path: /training/wearables/notifications/creating.html @@ -445,8 +547,9 @@ toc: path: /training/wearables/notifications/stacks.html - title: Creating Wearable Apps path: /training/wearables/apps/index.html - custom_link_attributes: - - description="How to build apps that run directly on wearables." + path_attributes: + - name: description + value: How to build apps that run directly on wearables. section: - title: Creating and Running a Wearable App path: /training/wearables/apps/creating.html @@ -462,8 +565,9 @@ toc: path: /training/wearables/apps/bt-debugging.html - title: Creating Custom UIs path: /training/wearables/ui/index.html - custom_link_attributes: - - description="How to create custom user interfaces for wearable apps." + path_attributes: + - name: description + value: How to create custom user interfaces for wearable apps. section: - title: Defining Layouts path: /training/wearables/ui/layouts.html @@ -479,8 +583,9 @@ toc: path: /training/wearables/ui/exit.html - title: Sending and Syncing Data path: /training/wearables/data-layer/index.html - custom_link_attributes: - - description="How to sync data between handhelds and wearables." + path_attributes: + - name: description + value: How to sync data between handhelds and wearables. section: - title: Accessing the Wearable Data Layer path: /training/wearables/data-layer/accessing.html @@ -494,8 +599,9 @@ toc: path: /training/wearables/data-layer/events.html - title: Creating Watch Faces path: /training/wearables/watch-faces/index.html - custom_link_attributes: - - description="How to create watch faces for wearables." + path_attributes: + - name: description + value: How to create watch faces for wearables. section: - title: Designing Watch Faces path: /training/wearables/watch-faces/designing.html @@ -515,70 +621,85 @@ toc: path: /training/wearables/watch-faces/performance.html - title: Detecting Location path: /training/articles/wear-location-detection.html - custom_link_attributes: - - description="How to detect location data on Android Wear devices." + path_attributes: + - name: description + value: How to detect location data on Android Wear devices. - title: Requesting Permissions path: /training/articles/wear-permissions.html - custom_link_attributes: - - description="How to request permissions on Android Wear devices." + path_attributes: + - name: description + value: How to request permissions on Android Wear devices. - title: Using the Speaker path: /training/wearables/wearable-sounds.html - custom_link_attributes: - - description="How to use the speaker on Android Wear devices." + path_attributes: + - name: description + value: How to use the speaker on Android Wear devices. - title: Building Apps for TV path: /training/tv/index.html section: - title: Building TV Apps path: /training/tv/start/index.html - custom_link_attributes: - - ja-lang="TV アプリのビルド" - - description="How to start building TV apps or extend your existing app to run on TV devices." + path_attributes: + - name: ja-lang + value: TV アプリのビルド + - name: description + value: How to start building TV apps or extend your existing app to run on TV devices. section: - title: Getting Started with TV Apps path: /training/tv/start/start.html - custom_link_attributes: - - ja-lang="TV アプリのビルドを開始する" + path_attributes: + - name: ja-lang + value: TV アプリのビルドを開始する - title: Handling TV Hardware path: /training/tv/start/hardware.html - custom_link_attributes: - - ja-lang="TV ハードウェアを処理する" + path_attributes: + - name: ja-lang + value: TV ハードウェアを処理する - title: Building TV Layouts path: /training/tv/start/layouts.html - custom_link_attributes: - - ja-lang="TV 向けレイアウトをビルドする" + path_attributes: + - name: ja-lang + value: TV 向けレイアウトをビルドする - title: Creating TV Navigation path: /training/tv/start/navigation.html - custom_link_attributes: - - ja-lang="TV 用のナビゲーションを作成する" + path_attributes: + - name: ja-lang + value: TV 用のナビゲーションを作成する - title: Building TV Playback Apps path: /training/tv/playback/index.html - custom_link_attributes: - - ja-lang="TV 再生アプリのビルド" - - description="How to build apps that provide media catalogs and play content." + path_attributes: + - name: ja-lang + value: TV 再生アプリのビルド + - name: description + value: How to build apps that provide media catalogs and play content. section: - title: Creating a Catalog Browser path: /training/tv/playback/browse.html - custom_link_attributes: - - ja-lang="カタログ ブラウザを作成する" + path_attributes: + - name: ja-lang + value: カタログ ブラウザを作成する - title: Providing a Card View path: /training/tv/playback/card.html - title: Building a Details View path: /training/tv/playback/details.html - custom_link_attributes: - - ja-lang="詳細ビューをビルドする" + path_attributes: + - name: ja-lang + value: 詳細ビューをビルドする - title: Displaying a Now Playing Card path: /training/tv/playback/now-playing.html - custom_link_attributes: - - ja-lang="再生中カードを表示する" + path_attributes: + - name: ja-lang + value: 再生中カードを表示する - title: Adding a Guided Step path: /training/tv/playback/guided-step.html - title: Enabling Background Playback path: /training/tv/playback/options.html - title: Helping Users Find Content on TV path: /training/tv/discovery/index.html - custom_link_attributes: - - description="How to help users discover content from your app." + path_attributes: + - name: description + value: How to help users discover content from your app. section: - title: Recommending TV Content path: /training/tv/discovery/recommendations.html @@ -588,12 +709,14 @@ toc: path: /training/tv/discovery/in-app-search.html - title: Building TV Games path: /training/tv/games/index.html - custom_link_attributes: - - description="How to build games for TV." + path_attributes: + - name: description + value: How to build games for TV. - title: Building TV Channels path: /training/tv/tif/index.html - custom_link_attributes: - - description="How to build channels for TV." + path_attributes: + - name: description + value: How to build channels for TV. section: - title: Developing a TV Input Service path: /training/tv/tif/tvinput.html @@ -603,24 +726,28 @@ toc: path: /training/tv/tif/ui.html - title: TV Apps Checklist path: /training/tv/publishing/checklist.html - custom_link_attributes: - - description="An itemized list of requirements for TV apps." + path_attributes: + - name: description + value: An itemized list of requirements for TV apps. - title: Building Apps for Auto path: /training/auto/index.html section: - title: Getting Started with Auto path: /training/auto/start/index.html - custom_link_attributes: - - description="How to start building or extending apps that work with Auto devices." + path_attributes: + - name: description + value: How to start building or extending apps that work with Auto devices. - title: Playing Audio for Auto path: /training/auto/audio/index.html - custom_link_attributes: - - description="How to extend audio apps to play content on Auto devices." + path_attributes: + - name: description + value: How to extend audio apps to play content on Auto devices. - title: Messaging for Auto path: /training/auto/messaging/index.html - custom_link_attributes: - - description="How to extend text messaging apps to work with Auto devices." + path_attributes: + - name: description + value: How to extend text messaging apps to work with Auto devices. - title: Building Apps for Work path: /training/enterprise/index.html @@ -639,8 +766,9 @@ toc: section: - title: Designing Effective Navigation path: /training/design-navigation/index.html - custom_link_attributes: - - description="How to plan your app's screen hierarchy and forms of navigation so users can effectively and intuitively traverse your app content using various navigation patterns." + path_attributes: + - name: description + value: How to plan your app's screen hierarchy and forms of navigation so users can effectively and intuitively traverse your app content using various navigation patterns. section: - title: Planning Screens and Their Relationships path: /training/design-navigation/screen-planning.html @@ -654,8 +782,9 @@ toc: path: /training/design-navigation/wireframing.html - title: Implementing Effective Navigation path: /training/implementing-navigation/index.html - custom_link_attributes: - - description="How to implement various navigation patterns such as swipe views, a navigation drawer, and up navigation." + path_attributes: + - name: description + value: How to implement various navigation patterns such as swipe views, a navigation drawer, and up navigation. section: - title: Creating Swipe Views with Tabs path: /training/implementing-navigation/lateral.html @@ -669,8 +798,9 @@ toc: path: /training/implementing-navigation/descendant.html - title: Notifying the User path: /training/notify-user/index.html - custom_link_attributes: - - description="How to display messages called notifications outside of your application's UI." + path_attributes: + - name: description + value: How to display messages called notifications outside of your application's UI. section: - title: Building a Notification path: /training/notify-user/build-notification.html @@ -684,8 +814,9 @@ toc: path: /training/notify-user/display-progress.html - title: Supporting Swipe-to-Refresh path: /training/swipe/index.html - custom_link_attributes: - - description="How to modify your app's layout to support manual content updates triggered by the swipe-to-refresh gesture." + path_attributes: + - name: description + value: How to modify your app's layout to support manual content updates triggered by the swipe-to-refresh gesture. section: - title: Adding Swipe-to-Refresh To Your App path: /training/swipe/add-swipe-interface.html @@ -693,8 +824,9 @@ toc: path: /training/swipe/respond-refresh-request.html - title: Adding Search Functionality path: /training/search/index.html - custom_link_attributes: - - description="How to properly add a search interface to your app and create a searchable database." + path_attributes: + - name: description + value: How to properly add a search interface to your app and create a searchable database. section: - title: Setting up the Search Interface path: /training/search/setup.html @@ -704,8 +836,9 @@ toc: path: /training/search/backward-compat.html - title: Making Your App Content Searchable by Google path: /training/app-indexing/index.html - custom_link_attributes: - - description="How to enable deep linking and indexing of your application content so that users can open this content directly from their mobile search results." + path_attributes: + - name: description + value: How to enable deep linking and indexing of your application content so that users can open this content directly from their mobile search results. section: - title: Enabling Deep Links for App Content path: /training/app-indexing/deep-linking.html @@ -713,47 +846,64 @@ toc: path: /training/app-indexing/enabling-app-indexing.html - title: Optimizing Content for the Assistant path: /training/articles/assistant.html - custom_link_attributes: - - description="Support contextually relevant actions through the Assist API." + path_attributes: + - name: description + value: Support contextually relevant actions through the Assist API. - title: Handling App Links path: /training/app-links/index.html - custom_link_attributes: - - description="How to enable the system to handle web requests by taking the user directly to your app instead of your website." + path_attributes: + - name: description + value: How to enable the system to handle web requests by taking the user directly to your app instead of your website. - title: Best Practices for User Interface path: /training/best-ui.html section: - title: Designing for Multiple Screens path: /training/multiscreen/index.html - custom_link_attributes: - - es-lang="Cómo diseñar aplicaciones para varias pantallas" - - ja-lang="複数画面のデザイン" - - zh-cn-lang="针对多种屏幕进行设计" - - description="How to build a user interface that's flexible enough to fit perfectly on any screen and how to create different interaction patterns that are optimized for different screen sizes." + path_attributes: + - name: es-lang + value: Cómo diseñar aplicaciones para varias pantallas + - name: ja-lang + value: 複数画面のデザイン + - name: zh-cn-lang + value: 针对多种屏幕进行设计 + - name: description + value: How to build a user interface that's flexible enough to fit perfectly on any screen and how to create different interaction patterns that are optimized for different screen sizes. section: - title: Supporting Different Screen Sizes path: /training/multiscreen/screensizes.html - custom_link_attributes: - - es-lang="Cómo admitir varios tamaños de pantalla" - - ja-lang="さまざまな画面サイズのサポート" - - ko-lang="다양한 화면 크기 지원" - - zh-cn-lang="支持各种屏幕尺寸" + path_attributes: + - name: es-lang + value: Cómo admitir varios tamaños de pantalla + - name: ja-lang + value: さまざまな画面サイズのサポート + - name: ko-lang + value: 다양한 화면 크기 지원 + - name: zh-cn-lang + value: 支持各种屏幕尺寸 - title: Supporting Different Screen Densities path: /training/multiscreen/screendensities.html - custom_link_attributes: - - es-lang="Cómo admitir varias densidades de pantalla" - - ja-lang="さまざまな画面密度のサポート" - - zh-cn-lang="支持各种屏幕密度" + path_attributes: + - name: es-lang + value: Cómo admitir varias densidades de pantalla + - name: ja-lang + value: さまざまな画面密度のサポート + - name: zh-cn-lang + value: 支持各种屏幕密度 - title: Implementing Adaptive UI Flows path: /training/multiscreen/adaptui.html - custom_link_attributes: - - es-lang="Cómo implementar interfaces de usuario adaptables" - - ja-lang="順応性のある UI フローの実装" - - zh-cn-lang="实施自适应用户界面流程" + path_attributes: + - name: es-lang + value: Cómo implementar interfaces de usuario adaptables + - name: ja-lang + value: 順応性のある UI フローの実装 + - name: zh-cn-lang + value: 实施自适应用户界面流程 - title: Adding the App Bar path: /training/appbar/index.html - custom_link_attributes: - - description="How to use the support library's toolbar widget to implement an app bar that displays properly on a wide range of devices." + path_attributes: + - name: description + value: How to use the support library's toolbar widget to implement an app bar that displays properly on a wide range of devices. section: - title: Setting Up the App Bar path: /training/appbar/setting-up.html @@ -765,8 +915,9 @@ toc: path: /training/appbar/action-views.html - title: Showing Pop-Up Messages path: /training/snackbar/index.html - custom_link_attributes: - - description="How to use the support library's Snackbar widget to display a brief pop-up message." + path_attributes: + - name: description + value: How to use the support library's Snackbar widget to display a brief pop-up message. section: - title: Building and Displaying a Pop-Up Message path: /training/snackbar/showing.html @@ -774,8 +925,9 @@ toc: path: /training/snackbar/action.html - title: Creating Custom Views path: /training/custom-views/index.html - custom_link_attributes: - - description="How to build custom UI widgets that are interactive and smooth." + path_attributes: + - name: description + value: How to build custom UI widgets that are interactive and smooth. section: - title: Creating a Custom View Class path: /training/custom-views/create-view.html @@ -787,8 +939,9 @@ toc: path: /training/custom-views/optimizing-view.html - title: Creating Backward-Compatible UIs path: /training/backward-compatible-ui/index.html - custom_link_attributes: - - description="How to use UI components and other APIs from the more recent versions of Android while remaining compatible with older versions of the platform." + path_attributes: + - name: description + value: How to use UI components and other APIs from the more recent versions of Android while remaining compatible with older versions of the platform. section: - title: Abstracting the New APIs path: /training/backward-compatible-ui/abstracting.html @@ -800,8 +953,9 @@ toc: path: /training/backward-compatible-ui/using-component.html - title: Implementing Accessibility path: /training/accessibility/index.html - custom_link_attributes: - - description="How to make your app accessible to users with vision impairment or other physical disabilities." + path_attributes: + - name: description + value: How to make your app accessible to users with vision impairment or other physical disabilities. section: - title: Developing Accessible Applications path: /training/accessibility/accessible-app.html @@ -811,8 +965,9 @@ toc: path: /training/accessibility/testing.html - title: Managing the System UI path: /training/system-ui/index.html - custom_link_attributes: - - description="How to hide and show status and navigation bars across different versions of Android, while managing the display of other screen components." + path_attributes: + - name: description + value: How to hide and show status and navigation bars across different versions of Android, while managing the display of other screen components. section: - title: Dimming the System Bars path: /training/system-ui/dim.html @@ -826,110 +981,184 @@ toc: path: /training/system-ui/visibility.html - title: Creating Apps with Material Design path: /training/material/index.html - custom_link_attributes: - - es-lang="Crear aplicaciones con Material Design" - - in-lang="Desain Bahan untuk Pengembang" - - ja-lang="マテリアル デザインでのアプリ作成" - - ko-lang="개발자를 위한 머티리얼 디자인" - - pt-br-lang="Material Design para desenvolvedores" - - ru-lang="Создание приложений с помощью Material Design" - - vi-lang="Material Design cho Nhà phát triển" - - zh-cn-lang="面向开发者的材料设计" - - zh-tw-lang="開發人員材料設計" - - description="How to implement material design on Android." + path_attributes: + - name: es-lang + value: Crear aplicaciones con Material Design + - name: in-lang + value: Desain Bahan untuk Pengembang + - name: ja-lang + value: マテリアル デザインでのアプリ作成 + - name: ko-lang + value: 개발자를 위한 머티리얼 디자인 + - name: pt-br-lang + value: Material Design para desenvolvedores + - name: ru-lang + value: Создание приложений с помощью Material Design + - name: vi-lang + value: Material Design cho Nhà phát triển + - name: zh-cn-lang + value: 面向开发者的材料设计 + - name: zh-tw-lang + value: 開發人員材料設計 + - name: description + value: How to implement material design on Android. section: - title: Getting Started path: /training/material/get-started.html - custom_link_attributes: - - es-lang="Comencemos" - - in-lang="Memulai" - - ja-lang="スタート ガイド" - - ko-lang="시작하기" - - pt-br-lang="Como iniciar" - - ru-lang="Начало работы" - - vi-lang="Bắt đầu" - - zh-cn-lang="入门指南" - - zh-tw-lang="開始使用" + path_attributes: + - name: es-lang + value: Comencemos + - name: in-lang + value: Memulai + - name: ja-lang + value: スタート ガイド + - name: ko-lang + value: 시작하기 + - name: pt-br-lang + value: Como iniciar + - name: ru-lang + value: Начало работы + - name: vi-lang + value: Bắt đầu + - name: zh-cn-lang + value: 入门指南 + - name: zh-tw-lang + value: 開始使用 - title: Using the Material Theme path: /training/material/theme.html - custom_link_attributes: - - es-lang="Usar el tema Material" - - in-lang="Menggunakan Tema Bahan" - - ja-lang="マテリアル テーマの使用" - - ko-lang="머티어리얼 테마 사용" - - pt-br-lang="Como usar o tema do Material" - - ru-lang="Использование темы Material Design" - - vi-lang="Sử dụng Chủ đề Material" - - zh-cn-lang="使用材料主题" - - zh-tw-lang="使用材料設計風格" + path_attributes: + - name: es-lang + value: Usar el tema Material + - name: in-lang + value: Menggunakan Tema Bahan + - name: ja-lang + value: マテリアル テーマの使用 + - name: ko-lang + value: 머티어리얼 테마 사용 + - name: pt-br-lang + value: Como usar o tema do Material + - name: ru-lang + value: Использование темы Material Design + - name: vi-lang + value: Sử dụng Chủ đề Material + - name: zh-cn-lang + value: 使用材料主题 + - name: zh-tw-lang + value: 使用材料設計風格 - title: Creating Lists and Cards path: /training/material/lists-cards.html - custom_link_attributes: - - es-lang="Crear listas y tarjetas" - - in-lang="Membuat Daftar dan Kartu" - - ja-lang="リストとカードの作成" - - ko-lang="목록 및 카드 생성" - - pt-br-lang="Como criar listas e cartões" - - ru-lang="Создание списков и подсказок" - - vi-lang="Tạo Danh sách và Thẻ" - - zh-cn-lang="创建列表与卡片" - - zh-tw-lang="建立清單和卡片" + path_attributes: + - name: es-lang + value: Crear listas y tarjetas + - name: in-lang + value: Membuat Daftar dan Kartu + - name: ja-lang + value: リストとカードの作成 + - name: ko-lang + value: 목록 및 카드 생성 + - name: pt-br-lang + value: Como criar listas e cartões + - name: ru-lang + value: Создание списков и подсказок + - name: vi-lang + value: Tạo Danh sách và Thẻ + - name: zh-cn-lang + value: 创建列表与卡片 + - name: zh-tw-lang + value: 建立清單和卡片 - title: Defining Shadows and Clipping Views path: /training/material/shadows-clipping.html - custom_link_attributes: - - es-lang="Definir vistas de recorte y sombras" - - in-lang="Mendefinisikan Bayangan dan Memangkas Tampilan" - - ja-lang="シャドウとクリッピング ビューの定義" - - ko-lang="그림자 정의 및 뷰 클리핑" - - pt-br-lang="Como definir sombras e recortar visualizações" - - ru-lang="Определение теней и обрезка представлений" - - vi-lang="Định nghĩa Đổ bóng và Dạng xem Cắt hình" - - zh-cn-lang="定义阴影与裁剪视图" - - zh-tw-lang="定義陰影和裁剪檢視" + path_attributes: + - name: es-lang + value: Definir vistas de recorte y sombras + - name: in-lang + value: Mendefinisikan Bayangan dan Memangkas Tampilan + - name: ja-lang + value: シャドウとクリッピング ビューの定義 + - name: ko-lang + value: 그림자 정의 및 뷰 클리핑 + - name: pt-br-lang + value: Como definir sombras e recortar visualizações + - name: ru-lang + value: Определение теней и обрезка представлений + - name: vi-lang + value: Định nghĩa Đổ bóng và Dạng xem Cắt hình + - name: zh-cn-lang + value: 定义阴影与裁剪视图 + - name: zh-tw-lang + value: 定義陰影和裁剪檢視 - title: Working with Drawables path: /training/material/drawables.html - custom_link_attributes: - - es-lang="Trabajar con interfaces dibujables" - - in-lang="Bekerja dengan Drawable" - - ja-lang="ドローアブルの使用" - - ko-lang="Drawable 사용" - - pt-br-lang="Como trabalhar com desenháveis" - - ru-lang="Работа с элементами дизайна" - - vi-lang="Làm việc với Nội dung vẽ được" - - zh-cn-lang="使用 Drawables" - - zh-tw-lang="使用可繪項目" + path_attributes: + - name: es-lang + value: Trabajar con interfaces dibujables + - name: in-lang + value: Bekerja dengan Drawable + - name: ja-lang + value: ドローアブルの使用 + - name: ko-lang + value: Drawable 사용 + - name: pt-br-lang + value: Como trabalhar com desenháveis + - name: ru-lang + value: Работа с элементами дизайна + - name: vi-lang + value: Làm việc với Nội dung vẽ được + - name: zh-cn-lang + value: 使用 Drawables + - name: zh-tw-lang + value: 使用可繪項目 - title: Defining Custom Animations path: /training/material/animations.html - custom_link_attributes: - - es-lang="Definir animaciones personalizadas" - - in-lang="Mendefinisikan Animasi Custom" - - ja-lang="カスタム アニメーションの定義" - - ko-lang="사용자지정 애니메이션 정의" - - pt-br-lang="Como definir animações personalizadas" - - ru-lang="Определение настраиваемой анимации" - - vi-lang="Định nghĩa Hoạt hình Tùy chỉnh" - - zh-cn-lang="定义定制动画" - - zh-tw-lang="定義自訂動畫" + path_attributes: + - name: es-lang + value: Definir animaciones personalizadas + - name: in-lang + value: Mendefinisikan Animasi Custom + - name: ja-lang + value: カスタム アニメーションの定義 + - name: ko-lang + value: 사용자지정 애니메이션 정의 + - name: pt-br-lang + value: Como definir animações personalizadas + - name: ru-lang + value: Определение настраиваемой анимации + - name: vi-lang + value: Định nghĩa Hoạt hình Tùy chỉnh + - name: zh-cn-lang + value: 定义定制动画 + - name: zh-tw-lang + value: 定義自訂動畫 - title: Maintaining Compatibility path: /training/material/compatibility.html - custom_link_attributes: - - es-lang="Mantener la compatibilidad" - - in-lang="Mempertahankan Kompatibilitas" - - ja-lang="互換性の維持" - - ko-lang="호환성 유지" - - pt-br-lang="Como manter a compatibilidade" - - ru-lang="Обеспечение совместимости" - - vi-lang="Duy trì Tính tương thích" - - zh-cn-lang="维护兼容性" - - zh-tw-lang="維持相容性" + path_attributes: + - name: es-lang + value: Mantener la compatibilidad + - name: in-lang + value: Mempertahankan Kompatibilitas + - name: ja-lang + value: 互換性の維持 + - name: ko-lang + value: 호환성 유지 + - name: pt-br-lang + value: Como manter a compatibilidade + - name: ru-lang + value: Обеспечение совместимости + - name: vi-lang + value: Duy trì Tính tương thích + - name: zh-cn-lang + value: 维护兼容性 + - name: zh-tw-lang + value: 維持相容性 - title: Best Practices for User Input path: /training/best-user-input.html section: - title: Using Touch Gestures path: /training/gestures/index.html - custom_link_attributes: - - description="How to write apps that allow users to interact with the touch screen via touch gestures." + path_attributes: + - name: description + value: How to write apps that allow users to interact with the touch screen via touch gestures. section: - title: Detecting Common Gestures path: /training/gestures/detector.html @@ -945,8 +1174,9 @@ toc: path: /training/gestures/viewgroup.html - title: Handling Keyboard Input path: /training/keyboard-input/index.html - custom_link_attributes: - - description="How to specify the appearance and behaviors of soft input methods (such as on-screen keyboards) and how to optimize the experience with hardware keyboards." + path_attributes: + - name: description + value: How to specify the appearance and behaviors of soft input methods (such as on-screen keyboards) and how to optimize the experience with hardware keyboards. section: - title: Specifying the Input Method Type path: /training/keyboard-input/style.html @@ -958,8 +1188,9 @@ toc: path: /training/keyboard-input/commands.html - title: Supporting Game Controllers path: /training/game-controllers/index.html - custom_link_attributes: - - description="How to write apps that support game controllers." + path_attributes: + - name: description + value: How to write apps that support game controllers. section: - title: Handling Controller Actions path: /training/game-controllers/controller-input.html @@ -973,8 +1204,9 @@ toc: section: - title: Running in a Background Service path: /training/run-background-service/index.html - custom_link_attributes: - - description="How to improve UI performance and responsiveness by sending work to a Service running in the background" + path_attributes: + - name: description + value: How to improve UI performance and responsiveness by sending work to a Service running in the background section: - title: Creating a Background Service path: /training/run-background-service/create-service.html @@ -984,8 +1216,9 @@ toc: path: /training/run-background-service/report-status.html - title: Loading Data in the Background path: /training/load-data-background/index.html - custom_link_attributes: - - description="How to use CursorLoader to query data without affecting UI responsiveness." + path_attributes: + - name: description + value: How to use CursorLoader to query data without affecting UI responsiveness. section: - title: Running a Query with a CursorLoader path: /training/load-data-background/setup-loader.html @@ -993,8 +1226,9 @@ toc: path: /training/load-data-background/handle-results.html - title: Managing Device Awake State path: /training/scheduling/index.html - custom_link_attributes: - - description="How to use repeating alarms and wake locks to run background jobs." + path_attributes: + - name: description + value: How to use repeating alarms and wake locks to run background jobs. section: - title: Keeping the Device Awake path: /training/scheduling/wakelock.html @@ -1006,16 +1240,19 @@ toc: section: - title: Managing Your App's Memory path: /training/articles/memory.html - custom_link_attributes: - - description="How to keep your app's memory footprint small in order to improve performance on a variety of mobile devices." + path_attributes: + - name: description + value: How to keep your app's memory footprint small in order to improve performance on a variety of mobile devices. - title: Performance Tips path: /training/articles/perf-tips.html - custom_link_attributes: - - description="How to optimize your app's performance in various ways to improve its responsiveness and battery efficiency." + path_attributes: + - name: description + value: How to optimize your app's performance in various ways to improve its responsiveness and battery efficiency. - title: Improving Layout Performance path: /training/improving-layouts/index.html - custom_link_attributes: - - description="How to identify problems in your app's layout performance and improve the UI responsiveness." + path_attributes: + - name: description + value: How to identify problems in your app's layout performance and improve the UI responsiveness. section: - title: Optimizing Layout Hierarchies path: /training/improving-layouts/optimizing-layout.html @@ -1027,11 +1264,15 @@ toc: path: /training/improving-layouts/smooth-scrolling.html - title: Optimizing Battery Life path: /training/monitoring-device-state/index.html - custom_link_attributes: - - es-lang="Cómo optimizar la duración de la batería" - - ja-lang="電池消費量の最適化" - - zh-cn-lang="优化电池使用时间" - - description="How to minimize the amount of power your app requires by adapting to current power conditions and performing power-hungry tasks at proper intervals." + path_attributes: + - name: es-lang + value: Cómo optimizar la duración de la batería + - name: ja-lang + value: 電池消費量の最適化 + - name: zh-cn-lang + value: 优化电池使用时间 + - name: description + value: How to minimize the amount of power your app requires by adapting to current power conditions and performing power-hungry tasks at proper intervals. section: - title: Reducing Network Battery Drain path: /training/performance/battery/network/index.html @@ -1052,32 +1293,45 @@ toc: path: /training/monitoring-device-state/doze-standby.html - title: Monitoring the Battery Level and Charging State path: /training/monitoring-device-state/battery-monitoring.html - custom_link_attributes: - - es-lang="Cómo controlar el nivel de batería y el estado de carga" - - ja-lang="電池残量と充電状態の監視" - - zh-cn-lang="监控电池电量和充电状态" + path_attributes: + - name: es-lang + value: Cómo controlar el nivel de batería y el estado de carga + - name: ja-lang + value: 電池残量と充電状態の監視 + - name: zh-cn-lang + value: 监控电池电量和充电状态 - title: Determining and Monitoring the Docking State and Type path: /training/monitoring-device-state/docking-monitoring.html - custom_link_attributes: - - es-lang="Cómo determinar y controlar el tipo de conector y el estado de la conexión" - - ja-lang="ホルダーの装着状態とタイプの特定と監視" - - zh-cn-lang="确定和监控基座对接状态和类型" + path_attributes: + - name: es-lang + value: Cómo determinar y controlar el tipo de conector y el estado de la conexión + - name: ja-lang + value: ホルダーの装着状態とタイプの特定と監視 + - name: zh-cn-lang + value: 确定和监控基座对接状态和类型 - title: Determining and Monitoring the Connectivity Status path: /training/monitoring-device-state/connectivity-monitoring.html - custom_link_attributes: - - es-lang="Cómo determinar y controlar el estado de la conectividad" - - ja-lang="接続状態の特定と監視" - - zh-cn-lang="确定和监控网络连接状态" + path_attributes: + - name: es-lang + value: Cómo determinar y controlar el estado de la conectividad + - name: ja-lang + value: 接続状態の特定と監視 + - name: zh-cn-lang + value: 确定和监控网络连接状态 - title: Manipulating Broadcast Receivers On Demand path: /training/monitoring-device-state/manifest-receivers.html - custom_link_attributes: - - es-lang="Cómo manipular los receptores de emisión bajo demanda" - - ja-lang="オンデマンドでのブロードキャスト レシーバ操作" - - zh-cn-lang="根据需要操作广播接收器" + path_attributes: + - name: es-lang + value: Cómo manipular los receptores de emisión bajo demanda + - name: ja-lang + value: オンデマンドでのブロードキャスト レシーバ操作 + - name: zh-cn-lang + value: 根据需要操作广播接收器 - title: Sending Operations to Multiple Threads path: /training/multiple-threads/index.html - custom_link_attributes: - - description="How to improve the performance and scalability of long-running operations by dispatching work to multiple threads." + path_attributes: + - name: description + value: How to improve the performance and scalability of long-running operations by dispatching work to multiple threads. section: - title: Specifying the Code to Run on a Thread path: /training/multiple-threads/define-runnable.html @@ -1089,68 +1343,81 @@ toc: path: /training/multiple-threads/communicate-ui.html - title: Keeping Your App Responsive path: /training/articles/perf-anr.html - custom_link_attributes: - - description="How to keep your app responsive to user interaction so the UI does not lock-up and display an \"Application Not Responding\" dialog." + path_attributes: + - name: description + value: How to keep your app responsive to user interaction so the UI does not lock-up and display an "Application Not Responding" dialog. - title: JNI Tips path: /training/articles/perf-jni.html - custom_link_attributes: - - description="How to efficiently use the Java Native Interface with the Android NDK." + path_attributes: + - name: description + value: How to efficiently use the Java Native Interface with the Android NDK. - title: SMP Primer for Android path: /training/articles/smp.html - custom_link_attributes: - - description="Tips for coding Android apps on symmetric multiprocessor systems." + path_attributes: + - name: description + value: Tips for coding Android apps on symmetric multiprocessor systems. - title: Best Practices for Security & Privacy path: /training/best-security.html section: - title: Security Tips path: /training/articles/security-tips.html - custom_link_attributes: - - description="How to perform various tasks and keep your app's data and your user's data secure." + path_attributes: + - name: description + value: How to perform various tasks and keep your app's data and your user's data secure. - title: Security with HTTPS and SSL path: /training/articles/security-ssl.html - custom_link_attributes: - - description="How to ensure that your app is secure when performing network transactions." + path_attributes: + - name: description + value: How to ensure that your app is secure when performing network transactions. - title: Updating Your Security Provider to Protect Against SSL Exploits path: /training/articles/security-gms-provider.html - custom_link_attributes: - - description="How to use and update Google Play services security provider, to protect against SSL exploits." + path_attributes: + - name: description + value: How to use and update Google Play services security provider, to protect against SSL exploits. - title: Checking Device Compatibility with SafetyNet path: /training/safetynet/index.html - custom_link_attributes: - - description="How to use the SafetyNet service to analyze a device where your app is running and get information about its compatibility with your app." + path_attributes: + - name: description + value: How to use the SafetyNet service to analyze a device where your app is running and get information about its compatibility with your app. - title: Enhancing Security with Device Management Policies path: /training/enterprise/device-management-policy.html - custom_link_attributes: - - description="How to create an application that enforces security policies on devices." + path_attributes: + - name: description + value: How to create an application that enforces security policies on devices. - title: Best Practices for Permissions & Identifiers path: /training/best-permissions-ids.html section: - title: Permissions and User Data path: /training/articles/user-data-overview.html - custom_link_attributes: - - description="Overview of app permissions on Android and how they affect your users." + path_attributes: + - name: description + value: Overview of app permissions on Android and how they affect your users. - title: Best Practices for App Permissions path: /training/articles/user-data-permissions.html - custom_link_attributes: - - description="How to manage permissions the right way for users." + path_attributes: + - name: description + value: How to manage permissions the right way for users. - title: Best Practices for Unique Identifiers path: /training/articles/user-data-ids.html - custom_link_attributes: - - description="Unique identifiers available and how to choose the right one for your use case." + path_attributes: + - name: description + value: Unique identifiers available and how to choose the right one for your use case. - title: Best Practices for Testing path: /training/testing/index.html section: - title: Getting Started with Testing path: /training/testing/start/index.html - custom_link_attributes: - - description="How to get started with testing your Android applications." + path_attributes: + - name: description + value: How to get started with testing your Android applications. - title: Building Effective Unit Tests path: /training/testing/unit-testing/index.html - custom_link_attributes: - - description="How to build effective unit tests for Android apps." + path_attributes: + - name: description + value: How to build effective unit tests for Android apps. section: - title: Building Local Unit Tests path: /training/testing/unit-testing/local-unit-tests.html @@ -1158,8 +1425,9 @@ toc: path: /training/testing/unit-testing/instrumented-unit-tests.html - title: Automating UI Tests path: /training/testing/ui-testing/index.html - custom_link_attributes: - - description="How to automate your user interface tests for Android apps." + path_attributes: + - name: description + value: How to automate your user interface tests for Android apps. section: - title: Testing UI for a Single App path: /training/testing/ui-testing/espresso-testing.html @@ -1167,8 +1435,9 @@ toc: path: /training/testing/ui-testing/uiautomator-testing.html - title: Testing App Component Integrations path: /training/testing/integration-testing/index.html - custom_link_attributes: - - description="How to build effective integration tests for Android apps." + path_attributes: + - name: description + value: How to build effective integration tests for Android apps. section: - title: Testing Your Service path: /training/testing/integration-testing/service-testing.html @@ -1176,16 +1445,18 @@ toc: path: /training/testing/integration-testing/content-provider-testing.html - title: Testing Display Performance path: /training/testing/performance.html - custom_link_attributes: - - description="How to automate UI performance testing." + path_attributes: + - name: description + value: How to automate UI performance testing. - title: Using Google Play to Distribute & Monetize path: /training/distribute.html section: - title: Selling In-app Products path: /training/in-app-billing/index.html - custom_link_attributes: - - description="How to sell in-app products from your application using In-app Billing." + path_attributes: + - name: description + value: How to sell in-app products from your application using In-app Billing. section: - title: Preparing Your App path: /training/in-app-billing/preparing-iab-app.html @@ -1197,8 +1468,9 @@ toc: path: /training/in-app-billing/test-iab-app.html - title: Maintaining Multiple APKs path: /training/multiple-apks/index.html - custom_link_attributes: - - description="How to publish your app on Google Play with separate APKs that target different devices, while using a single app listing." + path_attributes: + - name: description + value: How to publish your app on Google Play with separate APKs that target different devices, while using a single app listing. section: - title: Creating Multiple APKs for Different API Levels path: /training/multiple-apks/api.html |