I understand that IntentServices allow running tasks on worker threads, however is the worker thread only spawn on call back to onHandleIntent
?
Is the onCreate()
called on the main thread and any object creation that takes place in the onCreate
also takes place on the main thread?