From what I know is that an IntentService is a sub-class of a Service that handles asynchronous requests (expressed as Intents) on demand. But I\'m trying to understand what