Tagged in

Workmanager

IVYMobility TechBytes
IVYMobility TechBytes
Engineering and technology articles for developers, written and curated by Ivyers. The views expressed are those of the authors and don’t necessarily reflect those of IvyMobility.
More information
Followers
137
Elsewhere
More, on Medium

Working with the WorkManager — Part 2

In the preceding article we looked on how to get our hands dirty with the WorkManager in real-time, paused at OneTimeWorkRequest. Lets now continue with PeriodicWorkRequest, the next big thing in WorkManager API.


Working with the WorkManager

In the previous article we looked into the android WorkManager, its features and benefits. Now we are going to see how to use it in real-time.

As traditional as it is in the android development, we need to add the following dependencies in the…