Android Work Manager Basics
Work manager is a library which helps to schedule a deferrable task that will execute for sure when constraints are met.
Example:
When you want to download a video in a background only when android phone is connected to Wi-Fi and battery is charging...
vigneshprabhu.dev3 min read