What is the difference between Service & Intent Service ?
What is the difference between Service & Intent Service ?
The main differences between Service and IntentService in Android are:
stopSelf(), but IntentService automatically stops itself when there are no more intents to process[1][3].middle