Service与Activity通信
There are three obvious ways to communicate with services:
Using Intents
Using AIDL
Using the service object itself (as singleton)
发布时间: 2013-08-04 18:26:15 作者: rapoo
Service与Activity通信
There are three obvious ways to communicate with services:
Using Intents
Using AIDL
Using the service object itself (as singleton)