首页 > 其他 > 详细

INTENT的理解

时间:2016-03-01 00:37:20      阅读:131      评论:0      收藏:0      [点我收藏+]

INTENT:
显示intent: Intent intent=new Intent(this,Activity01.class);
隐式intent:在intent-filter注册
intent的作用:
*启动Activity startActivity(intent),StartActivityForResult(intent,requestCode);
*启动Service startService(intent) ,bindService(intent)
*发送广播 sendBroadcast(intent);

INTENT的理解

原文:http://www.cnblogs.com/gentspy/p/5229387.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!