作者热门文章
- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
我一直在寻找一个明确的答案,但找不到任何地方。当 Android 应用程序尝试与服务建立连接并实现 ServiceConnection 方法(onServiceConnected() 和 onServiceDisconnected())时,这些回调函数是在单独的线程中运行还是在主 UI 线程中运行?有什么想法吗?
最佳答案
这些方法在主线程上调用。 documentation for ServiceConnection
明确指出:
Like many callbacks from the system, the methods on this class are called from the main thread of your process.
关于java - android onServiceConnected() 是在单独的线程中调用的吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19779420/
我是一名优秀的程序员,十分优秀!