转载于:http://www.jacken.com.cn/android-os.yy/

Android---什么玩意?
是Google的玩意,Google拿它来玩什么?Is An Open Handset Alliance Project—-手机操作系统.
Android比其他手机操作系统有什么更牛的地方?
Android Architecture:
- 一、Android是开源的.Android allows you to access core mobile device functionality through standard API calls.
- 二、Android不单纯只是操作系统. Linux Kernel:Android relies on Linux version 2.6 for core system services such as security, memory management, process management, network stack, and driver model. The kernel also acts as an abstraction layer between the hardware and the rest of the software stack. Android Runtime:The Dalvik VM,有了Java虚拟机,大部分Java核心类库都已经可以直接运行. Libraries:Android includes a set of C/C++ libraries used by various components of the Android system. These capabilities are exposed to developers through the Android application framework. Some of the core libraries are listed below:System C library ,Media Libraries ,Surface Manager ,LibWebCore ,SGL , ,3D libraries ,FreeType ,SQLite. Fast & easy development:The SDK contains what you need to build and run Android applications, including a true device emulator and advanced debugging tools.Google提供了基于Eclipse的完整开发环境,模拟器,文档,帮助,示例.
- 三、围绕Android形成了一个移动手机联盟 .
一些问题值得思考:
- Android是用Java来开发应用的.
- Java ME前景如何?
- 应该现在开始学习Android吗?
视频:
本文介绍了Google推出的Android操作系统,强调了其开放源代码的特性,并详细解释了Android架构的组成部分,包括Linux内核、Dalvik虚拟机及各类核心库,还提到了Android开发环境的优势。
1506

被折叠的 条评论
为什么被折叠?



