[译] Android API 指南

   2017-02-05 0
核心提示:众所周知,Android开发者有中文网站了,API 指南一眼看去最左侧的菜单都是中文,然而点进去内容还是很多是英文,并没有全部翻译,我这里整理了API 指南的目录,便于查看,如果之前还没有通读,现在可以好好看一遍。注意,如果标题带有英文,说明官方还没有翻

众所周知,Android开发者有中文网站了,API 指南一眼看去最左侧的菜单都是中文,然而点进去内容还是很多是英文,并没有全部翻译,我这里整理了API 指南的目录,便于查看,如果之前还没有通读,现在可以好好看一遍。注意,如果标题带有英文,说明官方还没有翻译成中文。

Android 简介

https://developer.android.google.cn/guide/index.html

应用基础知识

https://developer.android.google.cn/guide/components/fundamentals.html

设备兼容性 Device Compatibility

https://developer.android.google.cn/guide/practices/compatibility.html

系统权限

https://developer.android.google.cn/guide/topics/security/permissions.html

平台架构

https://developer.android.google.cn/guide/platform/index.html

使用 Java 8 语言功能

https://developer.android.google.cn/guide/platform/j8-jack.html

在 Android Runtime (ART) 上验证应用行为

https://developer.android.google.cn/guide/practices/verifying-apps-art.html

应用组件

https://developer.android.google.cn/guide/components/index.html

Intent 和 Intent 过滤器

https://developer.android.google.cn/guide/components/intents-filters.html

通用 Intent

https://developer.android.google.cn/guide/components/intents-common.html

Activity

https://developer.android.google.cn/guide/components/activities.html

片段

https://developer.android.google.cn/guide/components/fragments.html

加载器

https://developer.android.google.cn/guide/components/loaders.html

任务和返回栈

https://developer.android.google.cn/guide/components/tasks-and-back-stack.html

概览屏幕

https://developer.android.google.cn/guide/components/recents.html

服务

https://developer.android.google.cn/guide/components/services.html

绑定服务

https://developer.android.google.cn/guide/components/bound-services.html

Android 接口定义语言 (AIDL)

https://developer.android.google.cn/guide/components/aidl.html

内容提供程序

https://developer.android.google.cn/guide/topics/providers/content-providers.html

内容提供程序基础知识

https://developer.android.google.cn/guide/topics/providers/content-provider-basics.html

创建内容提供程序

https://developer.android.google.cn/guide/topics/providers/content-provider-creating.html

日历提供程序

https://developer.android.google.cn/guide/topics/providers/calendar-provider.html

联系人提供程序

https://developer.android.google.cn/guide/topics/providers/contacts-provider.html

存储访问框架

https://developer.android.google.cn/guide/topics/providers/document-provider.html

应用小部件 App Widgets

https://developer.android.google.cn/guide/topics/appwidgets/index.html

应用小部件主机 App Widget Host

https://developer.android.google.cn/guide/topics/appwidgets/index.html

进程和线程

https://developer.android.google.cn/guide/components/processes-and-threads.html

应用资源 App Resources

https://developer.android.google.cn/guide/topics/resources/index.html

资源概览

https://developer.android.google.cn/guide/topics/resources/overview.html

提供资源

https://developer.android.google.cn/guide/topics/resources/providing-resources.html

访问资源

https://developer.android.google.cn/guide/topics/resources/accessing-resources.html

处理运行时变更

https://developer.android.google.cn/guide/topics/resources/runtime-changes.html

本地化 Localizing with Resources

https://developer.android.google.cn/guide/topics/resources/localization.html

ICU4J Android 框架 API

https://developer.android.google.cn/guide/topics/resources/icu4j-framework.html

语言和语言区域

https://developer.android.google.cn/guide/topics/resources/multilingual-support.html

资源类型 Resource Types

https://developer.android.google.cn/guide/topics/resources/available-resources.html

动画 Animation Resources

https://developer.android.google.cn/guide/topics/resources/animation-resource.html

颜色状态列表 Color State List Resource

https://developer.android.google.cn/guide/topics/resources/color-list-resource.html

可绘制对象

https://developer.android.google.cn/guide/topics/resources/drawable-resource.html

布局 Layout Resource

https://developer.android.google.cn/guide/topics/resources/layout-resource.html

菜单 Menu Resource

https://developer.android.google.cn/guide/topics/resources/menu-resource.html

字符串

https://developer.android.google.cn/guide/topics/resources/string-resource.html

样式 Style Resource

https://developer.android.google.cn/guide/topics/resources/style-resource.html

其他类型 More Resource Types

https://developer.android.google.cn/guide/topics/resources/more-resources.html

应用清单

https://developer.android.google.cn/guide/topics/manifest/manifest-intro.html

用户界面

https://developer.android.google.cn/guide/topics/ui/index.html

UI 概览

https://developer.android.google.cn/guide/topics/ui/overview.html

布局

https://developer.android.google.cn/guide/topics/ui/declaring-layout.html

线性布局

https://developer.android.google.cn/guide/topics/ui/layout/linear.html

相对布局 Relative Layout

https://developer.android.google.cn/guide/topics/ui/layout/relative.html

列表视图

https://developer.android.google.cn/guide/topics/ui/layout/listview.html

网格视图 Grid View

https://developer.android.google.cn/guide/topics/ui/layout/gridview.html

输入控件

https://developer.android.google.cn/guide/topics/ui/controls.html

按钮 Buttons

https://developer.android.google.cn/guide/topics/ui/controls/button.html

文本字段 Specifying the Input Method Type

https://developer.android.google.cn/training/keyboard-input/style.html

复选框 Checkboxes

https://developer.android.google.cn/guide/topics/ui/controls/checkbox.html

单选按钮 Radio Buttons

https://developer.android.google.cn/guide/topics/ui/controls/radiobutton.html

切换按钮 Toggle Buttons

https://developer.android.google.cn/guide/topics/ui/controls/togglebutton.html

微调框

https://developer.android.google.cn/guide/topics/ui/controls/spinner.html

选取器

https://developer.android.google.cn/guide/topics/ui/controls/pickers.html

输入事件

https://developer.android.google.cn/guide/topics/ui/ui-events.html

菜单

https://developer.android.google.cn/guide/topics/ui/menus.html

设置

https://developer.android.google.cn/guide/topics/ui/settings.html

对话框

https://developer.android.google.cn/guide/topics/ui/dialogs.html

通知

https://developer.android.google.cn/guide/topics/ui/notifiers/notifications.html

Toasts

https://developer.android.google.cn/guide/topics/ui/notifiers/toasts.html

搜索 Search Overview

https://developer.android.google.cn/guide/topics/search/index.html

创建搜索界面 Creating a Search Interface

https://developer.android.google.cn/guide/topics/search/search-dialog.html

添加近期查询建议 Adding Recent Query Suggestions

https://developer.android.google.cn/guide/topics/search/adding-recent-query-suggestions.html

添加自定义建议 Adding Custom Suggestions

https://developer.android.google.cn/guide/topics/search/adding-custom-suggestions.html

可搜索配置 Searchable Configuration

https://developer.android.google.cn/guide/topics/search/searchable-config.html

多窗口支持

https://developer.android.google.cn/guide/topics/ui/multi-window.html

拖放

https://developer.android.google.cn/guide/topics/ui/drag-drop.html

无障碍功能 Accessibility

https://developer.android.google.cn/guide/topics/ui/accessibility/index.html

为应用设置无障碍功能 Making Apps More Accessible

https://developer.android.google.cn/guide/topics/ui/accessibility/apps.html

无障碍功能开发者检查单 Accessibility Developer Checklist

https://developer.android.google.cn/guide/topics/ui/accessibility/checklist.html

构建无障碍服务 Building Accessibility Services

https://developer.android.google.cn/guide/topics/ui/accessibility/services.html

样式和主题

https://developer.android.google.cn/guide/topics/ui/themes.html

自定义组件 Custom Components

https://developer.android.google.cn/guide/topics/ui/custom-components.html

动画和图形 Animation and Graphics

https://developer.android.google.cn/guide/topics/graphics/index.html

概览 Overview

https://developer.android.google.cn/guide/topics/graphics/overview.html

属性动画 Property Animation

https://developer.android.google.cn/guide/topics/graphics/prop-animation.html

视图动画 View Animation

https://developer.android.google.cn/guide/topics/graphics/view-animation.html

可绘制动画 Drawable Animation

https://developer.android.google.cn/guide/topics/graphics/drawable-animation.html

画布和可绘制对象 Canvas and Drawables

https://developer.android.google.cn/guide/topics/graphics/2d-graphics.html

OpenGL ES

https://developer.android.google.cn/guide/topics/graphics/opengl.html

硬件加速 Hardware Acceleration

https://developer.android.google.cn/guide/topics/graphics/hardware-accel.html

计算 Computation

https://developer.android.google.cn/guide/topics/renderscript/index.html

RenderScript

https://developer.android.google.cn/guide/topics/renderscript/compute.html

高级 RenderScript

https://developer.android.google.cn/guide/topics/renderscript/advanced.html

Runtime API 参考

https://developer.android.google.cn/guide/topics/renderscript/reference/overview.html

媒体和相机 Media and Camera

https://developer.android.google.cn/guide/topics/media/index.html

媒体回放 MediaPlayer

https://developer.android.google.cn/guide/topics/media/mediaplayer.html

媒体路由器 MediaRouter API

https://developer.android.google.cn/guide/topics/media/mediarouter.html

媒体路由提供程序 Media Route Provider API

https://developer.android.google.cn/guide/topics/media/mediarouteprovider.html

ExoPlayer

https://developer.android.google.cn/guide/topics/media/exoplayer.html

支持的媒体格式 Supported Media Formats

https://developer.android.google.cn/guide/topics/media/media-formats.html

音频采集 MediaRecorder

https://developer.android.google.cn/guide/topics/media/mediarecorder.html

相机 Camera API

https://developer.android.google.cn/guide/topics/media/camera.html

位置和传感器 Location and Sensors APIs

https://developer.android.google.cn/guide/topics/sensors/index.html

位置和地图 Location and Maps

https://developer.android.google.cn/guide/topics/location/index.html

位置策略 Location Strategies

https://developer.android.google.cn/guide/topics/location/strategies.html

传感器概览 Sensors Overview

https://developer.android.google.cn/guide/topics/sensors/sensors_overview.html

运动传感器 Motion Sensors

https://developer.android.google.cn/guide/topics/sensors/sensors_motion.html

位置传感器 Position Sensors

https://developer.android.google.cn/guide/topics/sensors/sensors_position.html

环境传感器 Environment Sensors

https://developer.android.google.cn/guide/topics/sensors/sensors_environment.html

连接 Connectivity

https://developer.android.google.cn/guide/topics/connectivity/index.html

蓝牙

https://developer.android.google.cn/guide/topics/connectivity/bluetooth.html

蓝牙低功耗 Bluetooth Low Energy

https://developer.android.google.cn/guide/topics/connectivity/bluetooth-le.html

NFC

https://developer.android.google.cn/guide/topics/connectivity/nfc/index.html

NFC 基础知识 NFC Basics

https://developer.android.google.cn/guide/topics/connectivity/nfc/nfc.html

高级 NFC Advanced NFC

https://developer.android.google.cn/guide/topics/connectivity/nfc/advanced-nfc.html

基于主机的卡模拟 Host-based Card Emulation

https://developer.android.google.cn/guide/topics/connectivity/nfc/hce.html

Wi-Fi P2P

https://developer.android.google.cn/guide/topics/connectivity/wifip2p.html

USB

https://developer.android.google.cn/guide/topics/connectivity/usb/index.html

配件 USB Accessory

https://developer.android.google.cn/guide/topics/connectivity/usb/accessory.html

主机 USB Host

https://developer.android.google.cn/guide/topics/connectivity/usb/host.html

SIP Session Initiation Protocol

https://developer.android.google.cn/guide/topics/connectivity/sip.html

文本和输入 Text and Input

https://developer.android.google.cn/guide/topics/text/index.html

复制和粘贴 Copy and Paste

https://developer.android.google.cn/guide/topics/text/copy-paste.html

创建 IME Creating an Input Method

https://developer.android.google.cn/guide/topics/text/creating-input-method.html

拼写检查程序 Spelling Checker Framework

https://developer.android.google.cn/guide/topics/text/spell-checker-framework.html

数据存储 Data Storage

https://developer.android.google.cn/guide/topics/data/index.html

存储选项

https://developer.android.google.cn/guide/topics/data/data-storage.html

数据备份 Backing up App Data to the Cloud

https://developer.android.google.cn/guide/topics/data/backup.html

应用安装位置 App Install Location

https://developer.android.google.cn/guide/topics/data/install-location.html

Android 库

https://developer.android.google.cn/topic/libraries/index.html

支持库

https://developer.android.google.cn/topic/libraries/support-library/index.html

功能

https://developer.android.google.cn/topic/libraries/support-library/features.html

设置

https://developer.android.google.cn/topic/libraries/support-library/setup.html

修订历史记录 Recent Support Library Revisions

https://developer.android.google.cn/topic/libraries/support-library/revisions.html

数据绑定库 Data Binding Library

https://developer.android.google.cn/topic/libraries/data-binding/index.html

测试支持库

https://developer.android.google.cn/topic/libraries/testing-support-library/index.html

管理 Administration

https://developer.android.google.cn/guide/topics/admin/index.html

设备政策 Device Administration

https://developer.android.google.cn/guide/topics/admin/device-admin.html

网络应用 Web Apps

https://developer.android.google.cn/guide/webapps/index.html

在网络应用中支持不同屏幕 Supporting Different Screens in Web Apps

https://developer.android.google.cn/guide/webapps/targeting.html

在 WebView 中构建网络应用 Building Web Apps in WebView

https://developer.android.google.cn/guide/webapps/webview.html

迁移到 Android 4.4 中的 WebView Migrating to WebView in Android 4.4

https://developer.android.google.cn/guide/webapps/migrating.html

调试网络应用 Debugging Web Apps

https://developer.android.google.cn/guide/webapps/debugging.html

网络应用最佳做法 Best Practices for Web Apps

https://developer.android.google.cn/guide/webapps/best-practices.html

最佳实践 Best Practices

https://developer.android.google.cn/guide/practices/index.html

支持多种屏幕

https://developer.android.google.cn/guide/practices/screens_support.html

分配到特定屏幕 Distributing to Specific Screens

https://developer.android.google.cn/guide/practices/screens-distribution.html

屏幕兼容性模式 Screen Compatibility Mode

https://developer.android.google.cn/guide/practices/screen-compat-mode.html

支持平板电脑和手机 Supporting Tablets and Handsets

https://developer.android.google.cn/guide/practices/tablets-and-handsets.html

[译] Android API 指南

 
标签: 安卓开发 API
反对 0举报 0 评论 0
 

免责声明:本文仅代表作者个人观点,与乐学笔记(本网)无关。其原创性以及文中陈述文字和内容未经本站证实,对本文以及其中全部或者部分内容、文字的真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
    本网站有部分内容均转载自其它媒体,转载目的在于传递更多信息,并不代表本网赞同其观点和对其真实性负责,若因作品内容、知识产权、版权和其他问题,请及时提供相关证明等材料并与我们留言联系,本网站将在规定时间内给予删除等相关处理.

  • 安卓中通知功能的具体实现
    安卓中通知功能的具体实现
    通知[Notification]是Android中比较有特色的功能,当某个应用程序希望给用户发出一些提示信息,而该应用程序又不在前台运行时,就可以借助通知实现。使用通知的步骤1、需要一个NotificationManager来获得NotificationManager manager = (NotificationManager
    02-05 安卓开发
  • Android view系统分析-setContentView
    Android view系统分析-setContentView
    第一天上班,列了一下今年要学习的东西。主要就是深入学习Android相关的系统源代码,夯实基础。对于学习Android系统源代码,也没什么大概,就从我们平常使用最基础的东西学起,也就是从view这个切入点开始学习Android的源码,在没分析源码之前,我们有的时候
    02-05 安卓开发
  • 如何进行网络视频截图/获取视频的缩略图
    如何进行网络视频截图/获取视频的缩略图
    小编导读:获取视频的缩略图,截图正在播放的视频某一帧,是在音视频开发中,常遇到的问题。本文是主要用于点播中截图视频,同时还可以获取点播视频的缩略图进行显示,留下一个问题,如下图所示, 如果要获取直播中节目视频缩略图,该怎么做呢?(ps:直播是直
  • Android NDK 层发起 HTTP 请求的问题及解决
    Android NDK 层发起 HTTP 请求的问题及解决
    前言新的一年,大家新年快乐~~鸡年大吉!本次给大家带来何老师的最新文章~虽然何老师还在过节,但依然放心不下广大开发者,在此佳节还未结束之际,给大家带来最新的技术分享~ 事件的起因不说了,总之是需要实现一个 NDK 层的网络请求。为了多端适用,还是选择
  • Android插件化(六): OpenAtlasの改写aapt以防止资源ID冲突
    Android插件化(六): OpenAtlasの改写aapt以防
    引言Android应用程序的编译中,负责资源打包的是aapt,如果不对打包后的资源ID进行控制,就会导致插件中的资源ID冲突。所以,我们需要改写aapt的源码,以达到通过某种方式传递资源ID的Package ID,通过aapt打包时获取到这个Package ID并且应用才插件资源的命名
    02-05 安卓开发
  • Android架构(一)MVP架构在Android中的实践
    Android架构(一)MVP架构在Android中的实践
    为什么要重视程序的架构设计 对程序进行架构设计的原因,归根结底是为了 提高生产力 。通过设计是程序模块化,做到模块内部的 高聚合 和模块之间的 低耦合 (如依赖注入就是低耦合的集中体现)。 这样做的好处是使得程序开发过程中,开发人员主需要专注于一点,
    02-05 安卓开发
  • 安卓逆向系列教程 4.2 分析锁机软件
    安卓逆向系列教程 4.2 分析锁机软件
    安卓逆向系列教程 4.2 分析锁机软件 作者: 飞龙 这个教程中我们要分析一个锁机软件。像这种软件都比较简单,完全可以顺着入口看下去,但我这里还是用关键点来定位。首先这个软件的截图是这样,进入这个界面之后,除非退出模拟器,否则没办法回到桌面。上面那
    02-05 安卓开发
  • Android插件化(二):OpenAtlas插件安装过程分析
    Android插件化(二):OpenAtlas插件安装过程分析
    在前一篇博客 Android插件化(一):OpenAtlas架构以及实现原理概要 中,我们对应Android插件化存在的问题,实现原理,以及目前的实现方案进行了简单的叙述。从这篇开始,我们要深入到OpenAtlas的源码中进行插件安装过程的分析。 插件的安装分为3种:宿主启动时立
    02-05 安卓开发
  • 使用FileProvider解决file:// URI引起的FileUriExposedException
    使用FileProvider解决file:// URI引起的FileUri
    问题以下是一段简单的代码,它调用系统的相机app来拍摄照片:void takePhoto(String cameraPhotoPath) {File cameraPhoto = new File(cameraPhotoPath);Intent takePhotoIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);takePhotoIntent.putExtra(Medi
    02-05 安卓开发
  • Supporting Multiple Screens
    术语和概念Screen size 屏幕尺寸又称「屏幕大小」,是屏幕对角线的物理尺寸。单位英寸 inch,比如 Samsung Note4 是 5.7 英寸。Resolution 屏幕分辨率屏幕纵横方向上物理像素的总数,比如 Samsung Note4 是 2560x1440,表示纵向有 2560 个像素,横向有 1440
    02-05 安卓开发
点击排行