码迷,mamicode.com
首页 > 其他好文 > 详细

LocalBroadcastManager

时间:2015-05-22 16:31:16      阅读:125      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!