Skip to content

Instantly share code, notes, and snippets.

@getsadzeg
Last active May 12, 2019 17:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save getsadzeg/f20dceb54b9fe5474adc74cb2c3c1bf2 to your computer and use it in GitHub Desktop.
Save getsadzeg/f20dceb54b9fe5474adc74cb2c3c1bf2 to your computer and use it in GitHub Desktop.
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