首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

Service与Activity通讯

2013-08-04 
Service与Activity通信There are three obvious ways to communicate with services:Using IntentsUsing A

Service与Activity通信
There are three obvious ways to communicate with services:

Using Intents
Using AIDL
Using the service object itself (as singleton)

热点排行