Execute code on main thread in Android without access to an Activity?

后端 未结 5 1806
一整个雨季
一整个雨季 2020-12-16 10:32

I have an Android service that starts and maintains a background thread.

From time to time, the background thread needs to do a callback on the main thread. I\'m stu

5条回答
提交回复
热议问题