Work Manager

10+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

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 πŸ’š.
Updated on
Jul 9, 2023

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

What's new

The exception when attempt to run a empty list of works was fixed.