Android How to - Android Service Example








  1. Android Checks if the specified service is currently running or not

Communication

  1. Android Communicate Between A Service And An Activity
  2. Android Pass data from Activity To Service




Basic

  1. Android Create service
  2. Android Create your first IntentService
  3. Android Create Your First Service
  4. Android extends IntentService to create your own service
  5. Android Partial wake




Thread

  1. Android Perform Long-Running Tasks in a Service
  2. Android Perform Repeated Tasks in a Service
  3. Android Put long-running service to a separate Thread