Android 2.3文档学习

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

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
Android学习文档 1 一、Android前言 3 1、Android发展历程 3 2、Android发展前景 8 3、Android 应用领域 9 二、准备工作 11 1、 Android开发环境搭建 11 1.1 第一种搭建Android的开发环境步骤: 12 1.2 第二种搭建Android的开发环境步骤: 12 2、AVD设备(模拟器) 13 3、Android的模拟器Emulator 14 4、DDMS调试 14 5、Android开发需知 14 5.1 Android目录结构 14 5.2 UI控件: 15 5.3 应用程序权限 15 6、第一个android应用程序 15 7、Android组件介绍 20 三、Android应用程序架构分析 21 1、Android布局组件介绍及其实例分析 21 2.1 布局组件概述 21 2.1.1 五大布局: 21 2.1.2 属性: 21 2.1.3 常用的长度单位解析: 21 2.2 线性布局 22 2.3 表格布局 22 2.4 相对布局 23 2.5 基本界面组件 23 2、Activity生命周期及其实例分析 24 1.1 Avtivity介绍 24 1.2 Activity的生命周期 25 1.2.1 Activity的三种状态 25 1.2.2 Activity在三种状态切换时调用的方法(7种) 25 1.2.3 Activity跳转与布局管理器 27 1.2.4 Activity中与跳转相关的方法 28 1.2.5 Activity的内部切换界面 28 1.2.6 Activity的用法 28 1.3 Avtivity的回调机制 28 四、事件处理机制 29 1、事件效果 29 2、事件监听器的处理模型 30 3、监听器的事件处理模型步骤 31 4、事件监听器必须实现事件监听器接口 31 5、实现事件监听器 31 6、基于回调的事件处理 32 7、基于回调的事件传播 32 五、 Android数据存储 32 1、android的数据存储 32 2、如何在android中使用SQlite数据库? 33 2.1 使用SharedPreferences 33 2.2 练习使用SharedPreferences 33 3、要读写其他应用的SharedPreferences怎么做? 33 六、 Json数据格式解析和xml解析 34 1、JSON简介 34 2、Gson介绍 34 3、JSON与XML 34 4、Android中对xml的解析 35 4.1 学习json数据格式,编写xml文件转化成实体bean的工具类 35 1.先写一个工具类,把list集合转化成xml格式,注意支持各种类型 35 分析:用dom4j来操作 35 2.涉及的知识 35 五、开发中会用到的技术 36 1、Selector技术 36 2、Tosat显示消息提示框技术 36 3、Handler消息传递机制 36 4、Handler类的主要作用 37 六、Android实例 38 1、做多米播放器的特效 38 2、做时钟的特效 39 1. 涉及的知识 40 一、完成”时钟”应用程序的操作 43 七、图形与图像处理 44

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值