我有一个运行时使用后台线程轮询XMPP消息的服务。我想发布 来自Thread的祝酒词。以前的stackoverflow问题已通过使用runOnUiThread Activity方法解决了这个问题,但是这在服务中不可用。我的问题是服务中建议的方法是什么? 非常感谢提前
答案 0 :(得分:-1)
您可以尝试与http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/RemoteService.html上的示例类似的回调。具体请参见以评论
开头的部分/**
* Our Handler used to execute operations on the main thread. This is used
* to schedule increments of our value.
*/