IntentService
Use an IntentService to run a potentially long-running task on a built-in background thread that completes when the task is done.
Use an IntentService to run a potentially long-running task on a built-in background thread that completes when the task is done.
Comments