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 ...
随机推荐
- ASP.NET Aries 入门开发教程9:业务表单的开发
前言: 经过前面那么多篇的列表的介绍,终于到了大伙期待的表单开发了. 也是本系列的最后一篇文章了! 1:表单页面的权限设置与继承 对于表单页面,权限的设置有两种: 1:你可以选择添加菜单(设置为不显示 ...
- JavaScript 开发规范
本篇主要介绍JS的命名规范.注释规范以及框架开发的一些问题. 目录 1. 命名规范:介绍变量.函数.常量.构造函数.类的成员等等的命名规范 2. 注释规范:介绍单行注释.多行注释以及函数注释 3. 框 ...
- IE的F12开发人员工具不显示问题
按下F12之后,开发人员工具在桌面上看不到,但是任务栏里有显示.将鼠标放在任务栏的开发人员工具上,出现一片透明的区域,选中之后却出不来.将鼠标移动到开发人员工具的缩略图上,右键-最大化,工具就全屏出现 ...
- $.extend()的实现源码 --(源码学习1)
目标: $.extend({ add:function(a,b){ return a + b; } }) console.log($.a ...
- dagger2系列之Scope
Dagger的Scope注解代表的是作用域,通过实现自定义@Scope注解,标记当前生成对象的使用范围,标识一个类型的注射器只实例化一次,在同一个作用域内,只会生成一个实例, 然后在此作用域内共用一个 ...
- 阿里云学生优惠Windows Server 2012 R2安装IIS,ftp等组件,绑定服务器域名,域名解析到服务器,域名备案,以及安装期间错误的解决方案
前言: 这几天终于还是按耐不住买了一个月阿里云的学生优惠.只要是学生,在学信网上注册过,并且支付宝实名认证,就可以用9块9的价格买阿里云的云服务ECS.确实是相当的优惠. 我买的是Windows S ...
- 小兔Java教程 - 三分钟学会Java文件上传
今天群里正好有人问起了Java文件上传的事情,本来这是Java里面的知识点,而我目前最主要的精力还是放在了JS的部分.不过反正也不麻烦,我就专门开一贴来聊聊Java文件上传的基本实现方法吧. 话不多说 ...
- vscode 1.5安装体验
1.下载安装 官方下载地址: http://code.visualstudio.com/ 界面截图: 2.图标显示功能File Icon Themes vscode1.5版本文件夹视图,可显示文件类型 ...
- equals变量在前面或者在后面有什么区别吗?这是一个坑点
我就不废话那么多,直接上代码: package sf.com.mainTest; public class Test { public static void main(String[] args) ...
- Android Studio —— 创建Menu菜单项
大多数android程序的右上角都会设置一个菜单按钮比如微信的界面右上角的加号. 这个需要在layout同级目录下新建文件夹命名为menu,再右击新建的menu新建xml文件: