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(安卓)中支持的几种传感器(加速度、陀螺仪、亮度、地磁、
  3. Android受手机制造商青睐 业内担心埋下隐患
  4. Android--About Android(欢迎修改、补充)
  5. Android(安卓)传感器 都有哪些?
  6. Android(安卓)sensor 理解及架构
  7. android 陀螺仪简单的使用
  8. Android受手机制造商青睐 是福是祸
  9. android imu数据存储

随机推荐

  1. Android标题栏、状态栏、全屏
  2. Android向服务器的数据库MySQL传输数据:经
  3. android Android build.gradle 配置注释
  4. Android的NDK开发(5)————Android(安
  5. 安卓---EditText控件的使用
  6. 【Android】RelativeLayout相对布局属性
  7. android下eclipse中This LinearLayout la
  8. android布局RelativeLayout中android:gra
  9. Android 开发————1、Android基础简介
  10. Android Trick 2: Android中的透明属性的