首页 > 其他 > 详细

LocalBroadcastManager

时间:2015-05-22 16:28:59      阅读:190      评论:0      收藏:0      [点我收藏+]

Android provides the LocalBroadcastManager class in the support library v4. This is a helper class to register for and send broadcasts of Intents to local objects within your process. This approach improves security as the broadcast events are only visible within your process and is faster than using standard events.

LocalBroadcastManager

原文:http://www.cnblogs.com/shirokuma/p/4522532.html

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