Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • Android Services - Video Tutorial With Example

    • 1
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 1
    • 1.05k
    Comment on it

    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)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: