tree: 31f606441c4701cd684949ee84815fc5a47d4b89 [path history] [tgz]
  1. .idea/
  2. gradle/
  3. integration-tests/
  4. work-benchmark/
  5. work-gcm/
  6. work-inspection/
  7. work-lint/
  8. work-multiprocess/
  9. work-runtime/
  10. work-runtime-ktx/
  11. work-rxjava2/
  12. work-rxjava3/
  13. work-testing/
  14. .gitignore
  15. OWNERS
  16. README.md
  17. settings.gradle
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