I am seeking an example of something that can be done with an IntentService
that cannot be done with a Service
(and vice-versa)?
I also bel
Service
startService()
Thread
Main Thread
stopSelf()
or stopService()
IntentService
Handler
or BroadcastReceiver
Intent
Main Thread