badarnadeem / started-and-intent-service

A started service in android is the one which runs indefinitely once started until it is manually stopped. An intent service on the other hand is the one which stops itself automatically once it completes all of it's tasks. This application demonstrates the use of both started and intent services.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

A started service in android is the one which runs indefinitely once started until it is manually stopped. An intent service on the other hand is the one which stops itself automatically once it completes all of it's tasks. This application demonstrates the use of both started and intent services.


Languages

Language:Java 100.0%