tree: 4d70d15bdf4dfb87dc06cd7a7d59e8662bd4ed2f [path history] [tgz]
  1. integration-tests/
  2. work-benchmark/
  3. work-datatransfer/
  4. work-gcm/
  5. work-inspection/
  6. work-lint/
  7. work-multiprocess/
  8. work-runtime/
  9. work-runtime-ktx/
  10. work-rxjava2/
  11. work-rxjava3/
  12. work-testing/
  13. .gitignore
  14. OWNERS
  15. README.md
work/README.md

androidx.work

WorkManager the recommended library for persistent work. Scheduled work is is guaranteed to execute sometime after its {@link Constraints} are met. WorkManager allows observation of work status and the ability to create complex chains of work.

Library owners

Release notes

Browse source

Reference documentation

Existing open bugs

File a new bug

Contributing from GitHub