When using a AsyncTaskLoader how would you update a progressbar showing the status as it is being updated? Normally you wait for the callback to remove when done, but how to do
Going off @garmax's answer, I found a site that showed how to combine AsyncTaskLoader
s with Fragments on: http://habrahabr.ru/post/131560/
It's in Russian, but I might post my implementation of it later.
EDIT: Here's a link to the ZIP containing that implementation: http://www.2shared.com/file/VW68yhZ1/SampleTaskProgressDialogFragme.html