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 ...
随机推荐
- 《Django By Example》第五章 中文 翻译 (个人学习,渣翻)
书籍出处:https://www.packtpub.com/web-development/django-example 原作者:Antonio Melé (译者@ucag注:大家好,我是新来的翻译, ...
- [APUE]UNIX进程的环境(下)
一.共享库 共享库使得可执行文件中不再需要包含常用的库函数,而只需在所有进程都可存取的存储区中保存这种库例程的一个副本.程序第一次执行的时候或第一次调用某个库函数的时候,用动态链接方法将程序与共享库函 ...
- 初探Vue
Vue.js(读音/vju:/,类似于view),是近来比较火的前端框架,但一直没有怎么具体了解.实现过,就知道个啥的MVVM啦,数据驱动啦,等这些关于Vue的虚概念. 由于最近,小生在公司中,负责开 ...
- 学习笔记之MVC级联及Ajax操作
由于刚转型到MVC,MVC的架构模式很多不是很清楚,比如今天就想做个级联的操作,因为之前的ASP.NET的方式是通过:控件-->添加事件-->后台编写级联事件进行触发,但是这个MVC就不同 ...
- gitHub使用入门和github for windows的安装教程
在看这篇教程之前我想大家也在搜索怎样使用gitHub托管自己的项目,在使用gitHub之前我也遇到过各种问题,在网上我也搜索了很多,但总觉得网上搜索到的东西很多很杂,有的根本不知道是在表达什么.在这过 ...
- Oracle碎碎念~2
1. 如何查看表的列名及类型 SQL> select column_name,data_type,data_length from all_tab_columns where owner='SC ...
- 来吧,HTML5之一些注意事项
1.说什么是HTML HTML是一种超文本标记语言(Hyper Text Markup Language), 标记语言是一套标记标签(markup tag),用来描述网页的非编程语言. 2.标签特性: ...
- 基于改进人工蜂群算法的K均值聚类算法(附MATLAB版源代码)
其实一直以来也没有准备在园子里发这样的文章,相对来说,算法改进放在园子里还是会稍稍显得格格不入.但是最近邮箱收到的几封邮件让我觉得有必要通过我的博客把过去做过的东西分享出去更给更多需要的人.从论文刊登 ...
- 浅谈Slick(2)- Slick101:第一个动手尝试的项目
看完Slick官方网站上关于Slick3.1.1技术文档后决定开始动手建一个项目来尝试一下Slick功能的具体使用方法.我把这个过程中的一些了解和想法记录下来和大家一起分享.首先我用IntelliJ- ...
- [转载]SQL Server 2008 R2安装时选择的是windows身份验证,未选择混合身份验证的解决办法
安装过程中,SQL Server 数据库引擎设置为 Windows 身份验证模式或 SQL Server 和 Windows 身份验证模式.本文介绍如何在安装后更改安全模式. 如果在安装过程中选择&q ...