说明:此笔记为“Android开发”学习视频的笔记,链接如下:http://open.163.com/movie/2010/1/8/D/M79HE97C3_M79HEQJ8D.html

一, Activity: A represnetation of a user doing something,

例子:显示联系人列表并且选中一个联系人

Activity的三种状态:Stopped, Paused,Active

二, Service: an application or an applicaton component that doesn't have a user interface

例子:媒体播放器

三, Broadcast Receiver:

1,Receive and react to "broadcasts"

2,Don't have a user interface, but can invoke Activities that do

3,Create by extending the Android BroadcastReceiver class

4,Example: An application wants to be notified when a photo is taken on the device

四,Content Provider

1,Make's an application's data avaliable to other apps, and can also be used by the defining app itself

2, Example: Make contacts avaliable to other apps

五,Intents: An “intent” is an asynchrounous message sent from one Activity to another

更多相关文章

  1. Android入门进阶教程(20)-ContentProvider 数据共享
  2. android 数据存储值 sharedPreferences
  3. android嵌入广告例子
  4. Android使用Volley获取json数据
  5. android中ContactsContract获取联系人的方法
  6. Launcher源码中Intent.createChooser()实现原理及小例子
  7. 实现Activity数据中间的协同
  8. andriod 中下载图片到sdcard中例子
  9. android 读取系统通讯录

随机推荐

  1. Android——Json和Gson分别是什么,以及Jso
  2. Android实训案例(八)——单机五子棋游戏,自
  3. Android热更新之so库的热更新
  4. unity接android sdk的碰到的一些问题记录
  5. Android 常见滤镜的实现,怀旧,底片,浮雕,Colo
  6. 二 Android优势和劣势分析(面试华为的人
  7. android之各种图形绘制
  8. Android的开源与闭源
  9. 有关WiFi SSID的获取
  10. 通过Canvas的叠加实现Android中环形View