使用接口与服务

时间:2012-07-03 05:18:24

标签: java android service interface

我有一个具有接口(onBluetoothServiceUpdate)的服务,我需要做的是将此接口与活动一起使用。但我似乎无法弄清楚如何启动“回调”来使用它,我知道你使用mCallBack = (onBluetoothServiceUpdate) activity的片段,但你会为服务做什么? 这是在onStartCommand(Intent intent, int flags, int started) btw(:

)中完成的

0 个答案:

没有答案