Work Manager
com.chrrissoft.backgroundtasks
View detailed information for Work Manager ā ratings, download counts, screenshots, pricing and developer details. See integrated SDKs and related technical data.
- No items.
Screenshots
Description
As a developer, it is very important to know how to run background tasks in Android development. Work Manager is an app that allowed me to learn most of the features about Work Manager, the most modern way and recommended by the Android development team.
ššššš Work Request ššššš
Work Manager App can build any type of work request, it can:
ā
Add key value data.
ā
Add work tags.
ā
Build the constraints for the work.
ā
Enabled or disable expedited work.
ā
Select behavior when running out of quota in accelerated job.
ā
Choose between one time work and periodic work.
ā
Enable or disable flex interval for periodic works.
ā
Choose between normal worker and coroutine worker.
ā
Choose the input merger for key value data in chains of works.
ā
Set the initial delay for work.
ā
Set backoff policy when a work fails.
ā
Crud operation of the requests.
ššššš Enqueue Works ššššš
Work Manager App can enqueue any type of works, it can:
ā
Enqueue a list of one time works and periodic works.
ā
Enqueue a unique list of one time works.
ā
Enqueue a unique periodic works.
ššššš Works Info ššššš
Work Manager App can observe works by all possible ways, it can:
ā
Observe works by id.
ā
Observe works by tag.
ā
Observe works by unique name.
ā
Observe works by query builder.
I think that the background work in android is maybe the most important behavior, and i love to know about it. I did enjoy a lot billing this app and I did learn a lot of things š.