Android 2.3 Platform

http://androidappdocs.appspot.com/sdk/android-2.3.html
API Overview:
1. SIP-based VoIP
2. Near Field Communications (NFC)
3. Gyroscope and other sensors(gyroscope: 陀螺仪)
4. Multiple cameras support
5. Mixable audio effects
6. Download manager
7. StrictMode(对上层开发人员来说也许很重要)
http://androidappdocs.appspot.com/reference/android/os/StrictMode.html
StrictMode is a developer tool which detects things you might be doing by accident and brings them to your attention so you can fix them.
StrictMode is most commonly used to catch accidental disk or network access on the application's main thread, where UI operations are received and animations take place. Keeping disk and network operations off the main thread makes for much smoother, more responsive applications. By keeping your application's main thread responsive, you also prevent ANR dialogs from being shown to users.

8. UI Framework
9. Extra Large Screens
10. Graphics
11. Content Providers
12. Location
13. Storage
14. Package Manager
15. Telephony
16. Native access to Activity lifecycle, windows. (这个值得好好研究一下)
17. Dalvik Runtime
18. New manifest elements and attributes
19. New Permissions
20. New Feature Constants

Android 2.3 Platform Highlights

http://androidappdocs.appspot.com/sdk/android-2.3-highlights.html
new features:
1. New User Features:
UI refinements for simplicity and speed
Faster, more intuitive text input
One-touch word selection and copy/paste
Improved power management
Control over applications
New ways of communicating, organizing
Internet calling
Near-field communications
Downloads management
Camera

2. New Developer Features
(1). Enhancements for gaming:
a). Performance: Concurrent garbage collector; Faster event distribution; Updated Video drivers
b). Native input and sensor evnets
c). Gyroscope and other new sensors, for improved 3D motion processing
d). Open API for native audio
e). Native graphics management
f). Native access to Activity lifecycle, window management
g). Native access to assets, storage
h). Robust native development environment

(2). New forms of communication
a). Internet telephony
b). Near Field Communication(NFC)

(3). Rich multimedia
a). Mixable audio effects
b). Support for new media formats(VP8 open video compression format and the WebM open container format)
c). Access to multiple cameras

3. New Platform Technologies
(1). Media Framework
a). New media framework fully replaces OpenCore (重大利好)
b). Integrated support for VP8 and WebM
c). AAC encoding; AMR wideband encoding
(2) Linux Kernel
2.6.35
(3) Networking
a). SIP stack,可被设备制造商配置
b). NFC
c). BlueZ stack update
(4). Dalvik runtime
a). Dalvik VM
b). Core libraries
c). Updated from upstream projects: OpenSSL 1.0.0a; BouncyCastle 1.45; ICU 4.4; zlib 1.2.5

更多相关文章

  1. Android 中支持的几种传感器(加速度、陀螺仪、亮度、地磁、方向
  2. android 陀螺仪简单的使用

随机推荐

  1. Android(安卓)View 相关源码分析之三 Vie
  2. Android直播开源项目
  3. Android(安卓)HAL的被调用流程
  4. Android属性动画上手实现各种动画效果,自
  5. 2013年01月06日
  6. android Activity类的使用
  7. Intellij IDEA 导入 Android(安卓)SDK
  8. Android(安卓)App接入微信开放平台注意事
  9. Android(安卓)ART模式简介
  10. Android中moveTo、lineTo、quadTo、cubic