读书人

Service与Activity通讯

发布时间: 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)

读书人网 >移动开发

热点推荐