I\'ve converted my AsyncTask to an AsyncTaskLoader (mostly to deal with configuration changes). I have a TextView I am using as a progres
AsyncTask
AsyncTaskLoader
TextView
Answering my own question, but from what I can tell, AsyncTaskLoader isn't the best to use if you need to update the UI.