Android官方文档
下面的内容来自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
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官方文档的更多相关文章
- Google Android官方文档进程与线程(Processes and Threads)翻译
android的多线程在开发中已经有使用过了,想再系统地学习一下,找到了android的官方文档,介绍进程与线程的介绍,试着翻译一下. 原文地址:http://developer.android.co ...
- [翻译]Android官方文档 - 通知(Notifications)
翻译的好辛苦,有些地方也不太理解什么意思,如果有误,还请大神指正. 官方文档地址:http://developer.android.com/guide/topics/ui/notifiers/noti ...
- 学习android 官方文档
9.29 1. 今天,FQ,看到android studio中文网上有一个FQ工具openVPN,我就使用了. 之前用过一个FQ工具开眼,但由于网速慢,我就弃用了. 2. 现在,我就可以FQ去andr ...
- android 官方文档 JNI TIPS
文章地址 http://developer.android.com/training/articles/perf-jni.html JNI Tips JNI is the Java Native I ...
- Android 官方文档:(二)应用清单 —— 2.10 <instrumentation>标签
syntax: <instrumentation android:functionalTest=["true" | "false"] ...
- Android 官方文档:(二)应用清单 —— 2.2 <action>标签
syntax: <action android:name="string" /> contained in: <intent-filter> descrip ...
- Android 官方文档:(二)应用清单 —— 2.26 <uses-permission>标签
syntax: <uses-permission android:name="string" android:maxSdkVersion="inte ...
- Android 官方文档:(一)动画和图像 —— 1.5 画布和画图
The Android framework APIs provides a set 2D drawing APIs that allow you to render your owncustom gr ...
- 【android官方文档】与其他App交互
发送用户到另外一个App YOU SHOULD ALSO READ 内容分享 One of Android's most important features is an app's ability ...
随机推荐
- 配置android sdk 环境
1:下载adnroid sdk安装包 官方下载地址无法打开,没有vpn,使用下面这个地址下载,地址:http://www.android-studio.org/
- NodeJs之pm2
pm2 pm2是一个进程管理工具,可以用它来管理你的node进程,并查看node进程的状态,当然也支持性能监控,进程守护,负载均衡等功能. 开发过程中建议时不时的参看官方详细命令行使用:命令行 pm2 ...
- 如何一步一步用DDD设计一个电商网站(六)—— 给购物车加点料,集成售价上下文
阅读目录 前言 如何在一个项目中实现多个上下文的业务 售价上下文与购买上下文的集成 结语 一.前言 前几篇已经实现了一个最简单的购买过程,这次开始往这个过程中增加一些东西.比如促销.会员价等,在我们的 ...
- 你知道C#中的Lambda表达式的演化过程吗?
那得从很久很久以前说起了,记得那个时候... 懵懂的记得从前有个叫委托的东西是那么的高深难懂. 委托的使用 例一: 什么是委托? 个人理解:用来传递方法的类型.(用来传递数字的类型有int.float ...
- Java数据库连接技术——JDBC
大家好,今天我们学习了Java如何连接数据库.之前学过.net语言的数据库操作,感觉就是一通百通,大同小异. JDBC是Java数据库连接技术的简称,提供连接各种常用数据库的能力. JDBC API ...
- 【资源】.Net 入门@提高 - 逆天的高薪之路!
入门看视频,提高看书籍,飘升做项目.老练研开源,高手读外文,大牛讲低调~ 官方学习计划 http://www.cnblogs.com/dunitian/p/5667901.html ----- ...
- Android-armebi-v7a、arm64-v8a、armebi的坑
先来一波扫盲: armeabi:针对普通的或旧的arm v5 cpu armeabi-v7a:针对有浮点运算或高级扩展功能的arm v7 cpu(32位ARM设备) arm64-v8a:64位ARM设 ...
- 立即执行函数表达式(IIFE)
原文地址:benalman.com/news/2010/11/immediately-invoked-function-expression/ 译者:nzbin 也许你还没有注意到,我是一个对术语比较 ...
- C#为IE编写BHO插件心得
啥是BHO,其实大家都用过,没听过只是没在意而已,来张图你就知道是什么了 是不是很熟悉,就是这么个玩意~~ 先说说我要用来干嘛~我们有个库,里面数据很全面,但是某个部门需要在第三方的B/S系统录入某些 ...
- C++ 11 多线程--线程管理
说到多线程编程,那么就不得不提并行和并发,多线程是实现并发(并行)的一种手段.并行是指两个或多个独立的操作同时进行.注意这里是同时进行,区别于并发,在一个时间段内执行多个操作.在单核时代,多个线程是并 ...