Reputation: 79
I'm a newbie in android. Could anyone help me to find out tutorials which explains the situations when we need to extend Service and when to extend IntentService with examples.
Thanks in advance
Upvotes: 0
Views: 108
Reputation: 1504
hope This one will help you
http://developer.android.com/guide/topics/fundamentals/services.html
http://developer.android.com/reference/android/app/Service.html
http://developer.android.com/reference/android/app/Service.html#LocalServiceSample
Upvotes: 1