Skip to content

Instantly share code, notes, and snippets.

@Struka9
Created August 13, 2019 03:33
  • 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
Save Struka9/9318a6b4445c0c140d942545ee15f6bc to your computer and use it in GitHub Desktop.
class MyIntentService: IntentService() {
override fun onHandleIntent(intent: Intent) {
// Do some async work
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment