In this Android Video Tutorial, we will learn about Services in Android. Basically, in this tutorial, I am explaining what Service is?, providing a demo of Started Service using Service class and IntentService class.
Android service is a component that is used to perform operations on the background even if application is destroyed.
Service has 2 types:
1. Started: A service is started when an application component, such as an activity, starts it by calling startService().
2. Bound: A service is bound when an application component binds to it by calling bindService().
Note: For further reference, you can download the ServiceDemoAndroid.zip file attached with this tutorial.
In next Android Video Tutorial, I will provide a Video Demo on the another part of Android Service that is:
Android Bound Service Example [Video Tutorial]
If you have any queries feel free to Post in Comments.
0 Comment(s)