blob: 7f104a211e72bff2c557493569d1ba0ef26b9722 [file] [log] [blame] [view]
Rahul Ravikumarb6eb0712019-07-01 11:08:27 -07001# androidx.work
2
Ben Weiss34ca3d72021-10-18 14:20:13 +01003WorkManager the recommended library for persistent work.
4Scheduled work is is guaranteed to execute sometime after its {@link Constraints} are met.
Rahul Ravikumarb6eb0712019-07-01 11:08:27 -07005WorkManager allows observation of work status and the ability to create complex chains of work.
6
7[Library owners](OWNERS)
8
9[Release notes](https://developer.android.com/jetpack/androidx/releases/work)
10
Alan Viverette053e7e62020-12-15 10:22:06 -050011[Browse source](https://android.googlesource.com/platform/frameworks/support/+/androidx-main/work)
Rahul Ravikumarb6eb0712019-07-01 11:08:27 -070012
13[Reference documentation](https://developer.android.com/reference/androidx/work/package-summary)
14
15[Existing open bugs](https://b.corp.google.com/issues?q=componentid:409906%20status:open)
16
17[File a new bug](https://issuetracker.google.com/issues/new?component=409906)
Rahul Ravikumar78a47eb2020-07-23 19:08:17 +000018
Alan Viverette053e7e62020-12-15 10:22:06 -050019[Contributing from GitHub](https://android.googlesource.com/platform/frameworks/support/+/androidx-main/CONTRIBUTING.md)