Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 354 Bytes

executors.rst

File metadata and controls

13 lines (9 loc) · 354 Bytes

Working in Background

AsyncTask

AsyncTask & SimpleAsyncTask support AsyncTaskResultListener and return either a Result or an Exception.

IntentService

Similarly, IntentService is extended to support ResultReceiver. Also has void removePendingIntents() method.