RKRohit Kumariniamr0h1t.hashnode.dev·Jun 29, 2021 · 5 min readWorkManager : A brief IntroductionWhat is WorkManager? WorkManager is part of Android Jetpack. WorkManager helps us to execute our tasks immediately or at an appropriate time. It is an API that makes it easy to schedule deferrable, asynchronous tasks that are expected to run even if ...00