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 ...
随机推荐
- jQuery UI resizable使用注意事项、实时等比例拉伸及你不知道的技巧
这篇文章总结的是我在使用resizable插件的过程中,遇到的问题及变通应用的奇思妙想. 一.resizable使用注意事项 以下是我在jsfiddle上写的测试demo:http://jsfiddl ...
- Intellij idea添加单元测试工具
1.idea 版本是14.0.0 ,默认带有Junit,但是不能自动生成单元测试,需要下载JunitGererator2.0插件 2.Settings -Plugins,下载 JunitGenerat ...
- App你真的需要么
随着智能手机.移动路联网的普及,APP火的一塌糊涂,APP应用可谓五花八门,街上经常看到各种推广:扫码安装送东西,送优惠券.仿佛一夜之间一个企业没有自己的APP就跟不上时代了. 有时我在想:APP,你 ...
- InstallShield 脚本语言学习笔记
InstallShield脚本语言是类似C语言,利用InstallShield的向导或模板都可以生成基本的脚本程序框架,可以在此基础上按自己的意愿进行修改和添加. 一.基本语法规则 ...
- MAVEN学习-第一个Maven项目的构建
MAVEN安装成功之后就可以进行项目的构建和管理了: 为什么要用maven进行项目的构建和管理? 对于初学者来说一个最直接的也是最容易里的优点在于JAR包的管理,相对于以前开发一个项目的时候我们需要用 ...
- 屌丝giser成长记-大学篇
作为一名屌丝giser的我,刚接触gis专业是2007年的大一,好悲催,当时gis这个专业是被调剂的,我压根都不知道gis为何物,那时候gis冷门的一逼,报名这个专业的寥寥无几.记得那时候得知被调剂到 ...
- 中文 iOS/Mac 开发博客列表
中文 iOS/Mac 开发博客列表 博客地址 RSS地址 OneV's Den http://onevcat.com/atom.xml 一只魔法师的工坊 http://blog.ibireme.com ...
- 在MySQL数据库中创建一个完整的表
1.登陆成功后,首先进入某一个数据库 (不是指数据库服务器) use t1; //t1是数据库名 如图所示: 2.在此数据库中建立数据库表 2.1 先建立表结构(可以理解为表的列名,也就是字段名)在实 ...
- C#进阶系列——WebApi 接口返回值不困惑:返回值类型详解
前言:已经有一个月没写点什么了,感觉心里空落落的.今天再来篇干货,想要学习Webapi的园友们速速动起来,跟着博主一起来学习吧.之前分享过一篇 C#进阶系列——WebApi接口传参不再困惑:传参详解 ...
- CSharpGL(17)重构CSharpGL
CSharpGL(17)重构CSharpGL CSharpGL用起来我自己都觉得繁琐了,这是到了重构的时候. 下载 CSharpGL已在GitHub开源,欢迎对OpenGL有兴趣的同学加入(https ...