标签: android multithreading ui-thread okhttp
我需要在OKHttp的请求回调中更新UI,默认情况下回调在工作线程中运行。如何在UI线程中运行它们?
我知道activity.runOnUIThread(),但我没有对回调中的任何活动有任何引用。