标签:注册 指定 界面 content family ast com 后台服务 int
http://www.jikexueyuan.com/course/9_8.html?ss=1
Android 总最重要,最常用的就是四大组件了,Android 四大组件介绍如下:
Activity、Service、ContentProvider、BroadCast Receiver
一、Activity:
1.显示的界面或者窗口,之间通过Inten进行通信;
intentFilth :指定Intent的地址,给Activity指定地址
二、Service:后台服务
1.启动方式有两种
startService:启动startService 销毁: stopService
BindService: 启动 BindService(); 销毁UnBindService
注:当Activity销毁,startService不会销毁 BIndService 会销毁
销毁方式必须和启动方式一致才能销毁Service;
三、BroadCast Receiver
操作系统启动的广播、短信接收的广播;系统广播;
静态注册:配置清单注册,发送广播接受
动态注册;
http://search.jikexueyuan.com/course/?q=%E8%87%AA%E5%AE%9A%E4%B9%89View
标签:注册 指定 界面 content family ast com 后台服务 int
原文地址:http://www.cnblogs.com/huihuizhang/p/7618374.html