tree: 62fae4a9b2fbeecc493565a566e80a5fbd548f0b [path history] [tgz]
  1. integration-tests/
  2. work-benchmark/
  3. work-gcm/
  4. work-inspection/
  5. work-lint/
  6. work-multiprocess/
  7. work-runtime/
  8. work-runtime-ktx/
  9. work-rxjava2/
  10. work-rxjava3/
  11. work-testing/
  12. .gitignore
  13. OWNERS
  14. 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