Skip to content

Instantly share code, notes, and snippets.

@magdamiu
Last active May 14, 2021 19:28
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 magdamiu/edb91686b34541aa2702b6d5432b8c1a to your computer and use it in GitHub Desktop.
Save magdamiu/edb91686b34541aa2702b6d5432b8c1a to your computer and use it in GitHub Desktop.
Chaining work - WorkContinuation
WorkManager.getInstance(context)
.beginWith(task1)
.then(task2)
.then(task3)
.enqueue()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment