找回密码
 立即注册
AndroidThe使用layer | android开发 2022-11-09 52 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
Android硬件笼统层从开发到使用有一个明晰的层次。这个层次刚好对应了Android系统的架构层次,它向下涉及到Linux内核,向上涉及到使用程序框架层的服务,以及使用程序层对它的使用。Android硬件笼统层模块的开发自身也遵从一定的标准。有了这个标准之后,系统就可以对它进行自动加载,方便上层的使用。这个PPT通过一个详细的实例来分析Android硬件笼统层的开发、测试和使用,它在帮助我们理解Android系统架构的一起,也能教会我们如安在Android源代码环境中开发C/C++代码。本资料共包括以下附件:

(The general layer of Android hardware has a clear level from development to use. This level just corresponds to the architecture level of the Android system. It involves the Linux kernel downward, the services using the program framework layer upward, and its use using the program layer. The development of general layer module of Android hardware also follows certain standards. With this standard, the system can automatically load it to facilitate the use of the upper layer. This PPT analyzes the development, testing and use of the general layer of Android hardware through a detailed example. It helps us understand the architecture of the Android system and teaches us how to develop C/C  code in the Android source code environment. This document includes the following annexes:)

[下载]10380382735.rar




上一篇:[安卓开源]EOE论坛客户端
下一篇:Android应用程序输入事件处理机制