Reputation: 8112
I don't understand what all the functions in AsyncTaskLoader
do, such as onCancelLoad()
and onForceLoad()
. All the functions and the order in which they're called are not documented properly.
Say I want to download a file in the background and cancel it if requested. What purpose does onCancelLoad()
serve when there is already cancelLoadInBackground()
.
Upvotes: 5
Views: 787