下面的内容来自Android官方网站,由于访问这个网站需要FQ,不方便,所以我把部分内容copy下来了,不保证内容是最新的。

Source

Overview
    Codelines, Branches, and Releases
    Codenames, Tags, and Build Numbers
    Project Roles
    Brand Guidelines
    Licenses
    FAQ
Downloading and Building
    Establishing a Build Environment
    Downloading the Source
    Building the System
    Compiling with Jack
    Running Builds
    Building Kernels
    Known Issues
Developing    
    Using Repo
    Using Eclipse
    Learning Git
    Adding a New Device
    Understanding 64-bit Builds
Contributing
    Life of a Patch
    Submitting Patches
    View Patches
    Life of a Bug
    Reporting Bugs
    Code Style Guidelines
Community

Devices

Interfaces
    Accessories    
        Audio Accessories

Headset

Specification

Requirements

Testing
        Custom Accessories

AOA        
              AOA 2.0
              AOA 1.0
            Stylus
    Audio
        Terminology
        Implementatio

Data Formats
        Attributes
        Warmup
        Latency

Contributors            Design            Measure            Light Testing Circuit            Audio Loopback Dongle            Measurements            Applications
        Priority Inversion
        Sample Rate Conversion
        Debugging
        MIDI

MIDI Architecture
            MIDI Test Procedure
        USB Digital Audio
        TV Audio
    Bluetooth
    Camera
        Camera HAL3
        HAL Subsystem
        Metadata and Controls
        3A Modes and State
        Output and Cropping
        Errors and Streams
        Request Creation
        Version Support
    DRM
    Graphics
        Architecture
        Implementation
        OpenGL ES Testing

Building test programs
            Porting the test framework
            Running the tests
            Automating the tests
            Using special test groups
            Integrating with Android CTS

Input
        Overview
        Key Layout Files
        Key Character Map Files
        Input Device Configuration Files
        Migration Guide
        Keyboard Devices
        Touch Devices
        Diagnostics
        Getevent
        Validate Keymaps
    Media
        SoC Dependencies
        OEM Dependencies
    Sensors
        Sensor stack
        Reporting modes
        Suspend mode
        Power consumption
        Interaction
        HAL interface
        Batching
        Sensor types
        Version deprecation
    Storage
        Traditional Storage
        Adoptable Storage
        Device Configuration
        Configuration Examples
    TV
        HDMI-CEC control service
Core Technologies
    ART and Dalvik
        Bytecode Format
        .Dex Format
        Instruction Formats
        Constraints
        Configuration
        Garbage Collection
    Configuration
         Carrier Customization
         File System
         Kernel Configuration
        Kernel Network Tests
        Low RAM
        OpenGLRenderer
        Runtime Permissions
        UICC
        Visual Voicemail
    Data Usage
        Network interface statistics overview
        Excluding Network Types from Data Usage
        Tethering Data
        Usage Cycle Reset Dates
        Kernel Overview
        Data Usage Tags Explained
        Kernel Changes
    Debugging
        AddressSanitizer
        Dumpsys
        Native Memory Use
        Network Use
        RAM Use
    Device Administration
        Implementation
        Multiple Users
        Managed Profiles
        Provisioning
        Multiuser Apps
        Testing Setup
    HAL File Reference
    OTA Updates
        OTA Tools
        Block-based OTA
        Inside OTA Packages
        Device-Specific Code

Reducing OTA Size
        Signing Builds for Release
    Power
        Power Management
        Component Power
        Device Power
        Power Values
        Battery Use
    Testing Infrastructure
        Start Here
        Machine Setup
        Working with Devices
        Test Lifecycle
        Option Handling
        An End-to-End Example
        Package Index

Security

Overview
    Kernel Security
    App Security
    Implementing Security
    Updates and Resources
    Enhancements
        Android 6.0
        Android 5.0
        Android 4.4
        Android 4.3
        Android 4.2
        Android 4.1
    Acknowledgements
Bulletins
Authentication
    Fingerprint HAL
    Gatekeeper
Keystore
    Features
    Implementer's Reference
Trusty TEE
    Trusty API Reference
Full Disk Encryption
SELinux
    Concepts
    Implementation
    Customization
    Validation
Verified Boot
    Verifying Boot
    Implementing dm-verity

Compatibility

Overview
    Compatibility Definition Document (CDD)
    Compatibility Test Suite
        Set up CTS
        Run CTS
        Run CTS Verifier
            Rotation Vector Crosscheck
        Interpret Results
        Develop CTS
    Downloads
    Contact Us

Android官方文档的更多相关文章

  1. Google Android官方文档进程与线程(Processes and Threads)翻译

    android的多线程在开发中已经有使用过了,想再系统地学习一下,找到了android的官方文档,介绍进程与线程的介绍,试着翻译一下. 原文地址:http://developer.android.co ...

  2. [翻译]Android官方文档 - 通知(Notifications)

    翻译的好辛苦,有些地方也不太理解什么意思,如果有误,还请大神指正. 官方文档地址:http://developer.android.com/guide/topics/ui/notifiers/noti ...

  3. 学习android 官方文档

    9.29 1. 今天,FQ,看到android studio中文网上有一个FQ工具openVPN,我就使用了. 之前用过一个FQ工具开眼,但由于网速慢,我就弃用了. 2. 现在,我就可以FQ去andr ...

  4. android 官方文档 JNI TIPS

    文章地址  http://developer.android.com/training/articles/perf-jni.html JNI Tips JNI is the Java Native I ...

  5. Android 官方文档:(二)应用清单 —— 2.10 <instrumentation>标签

    syntax: <instrumentation android:functionalTest=["true" | "false"]           ...

  6. Android 官方文档:(二)应用清单 —— 2.2 &lt;action&gt;标签

    syntax: <action android:name="string" /> contained in: <intent-filter> descrip ...

  7. Android 官方文档:(二)应用清单 —— 2.26 &lt;uses-permission&gt;标签

    syntax: <uses-permission android:name="string"         android:maxSdkVersion="inte ...

  8. Android 官方文档:(一)动画和图像 —— 1.5 画布和画图

    The Android framework APIs provides a set 2D drawing APIs that allow you to render your owncustom gr ...

  9. 【android官方文档】与其他App交互

    发送用户到另外一个App YOU SHOULD ALSO READ 内容分享 One of Android's most important features is an app's ability ...

随机推荐

  1. Fis3的前端工程化之路[三大特性篇之资源定位]

    Fis3版本:v3.4.22 Fis3的三大特性 资源定位:获取任何开发中所使用资源的线上路径 内容嵌入:把一个文件的内容(文本)或者base64编码(图片)嵌入到另一个文件中 依赖声明:在一个文本文 ...

  2. Taurus.MVC 2.2 开源发布:WebAPI 功能增强(请求跨域及Json转换)

    背景: 1:有用户反馈了关于跨域请求的问题. 2:有用户反馈了参数获取的问题. 3:JsonHelper的增强. 在综合上面的条件下,有了2.2版本的更新,也因此写了此文. 开源地址: https:/ ...

  3. Linux CentOS 配置JDK环境

    一.下载JDK 下载JDK的方式有两种: 1.Linux中使用wget下载 1.使用命令安装wget yum install wget 2.下载 wget 'http://download.oracl ...

  4. python之路 - 基础1

    1.安装windows安装双版本Python2,Python3 下载Python2和Python3https://www.python.org/downloads/ 分别安装两个版本 进入Python ...

  5. jQuery学习之路(5)- 简单的表单应用

    ▓▓▓▓▓▓ 大致介绍 接下来的这几个博客是对前面所学知识的一个简单的应用,来加深理解 ▓▓▓▓▓▓ 单行文本框 只介绍一个简单的样式:获取和失去焦点改变样式 基本结构: <form actio ...

  6. nginx源码分析之模块初始化

    在nginx启动过程中,模块的初始化是整个启动过程中的重要部分,而且了解了模块初始化的过程对应后面具体分析各个模块会有事半功倍的效果.在我看来,分析源码来了解模块的初始化是最直接不过的了,所以下面主要 ...

  7. Ajax实现原理,代码封装

    都知道实现页面的异步操作需要使用Ajax,那么Ajax到是怎么实现异步操作的呢? 首先需要认识一个对象 --> XMLHttpRequest 对象 --> Ajax的核心.它有许多的属性和 ...

  8. C++随笔:.NET CoreCLR之corleCLR核心探索之coreconsole(1)

    一看这个标题,是不去取名有点绕呢?或者是,还有些问题?报告LZ...你的标题取得有问题,是个病句!↖(^ω^)↗!!!先不要急,其实我今天带给大家的就是CoreCLR中的coreclr.其中它是在名字 ...

  9. Windos环境用Nginx配置反向代理和负载均衡

    Windos环境用Nginx配置反向代理和负载均衡 引言:在前后端分离架构下,难免会遇到跨域问题.目前的解决方案大致有JSONP,反向代理,CORS这三种方式.JSONP兼容性良好,最大的缺点是只支持 ...

  10. iOS 小知识点(持续更新)

    1.如何通过代码设置Button  title的字体大小 设置Button.titleLabel.font = [UIFont systemFontOfSize:<#(CGFloat)#> ...