Skip to content

Instantly share code, notes, and snippets.

@getsadzeg
Last active May 12, 2019 17:47
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Background Tasks

Services

A Service is an application component that can perform long-running operations in the background, and it doesn't provide a user interface.

A Service:

  • is decoupled from the user interface
  • exists even when there is no user interface
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment