Update UI from an AsyncTaskLoader

后端 未结 5 1864
庸人自扰
庸人自扰 2021-02-10 01:21

I\'ve converted my AsyncTask to an AsyncTaskLoader (mostly to deal with configuration changes). I have a TextView I am using as a progres

5条回答
  •  星月不相逢
    2021-02-10 01:43

    Answering my own question, but from what I can tell, AsyncTaskLoader isn't the best to use if you need to update the UI.

提交回复
热议问题