In the previous article we discussed the One Time Workers, and the basics of WorkManager. In this tutorial we'll see how to create PeriodicWorkerRequest. We'll use the same project which is used in the previous part of this tutorial.
The goal of this blog to provide several tutorials for developers in Android, Java and Javascript / Typescript.
Wednesday, March 13, 2019
Android WorkManager in practice Part I: One Time Workers
WorkManager is an API to schedule deferrable, asyncronous jobs. This is one of the JetPack's best component and it's released only one week ago. Now I want to introduce it in a nutshell. To be honest, I've been waiting for a library like this FOR YEARS.
Subscribe to:
Posts (Atom)
Configure and use VSCode for Java web development
Embarking on Java web development often starts with choosing the right tools that streamline the coding process while enhancing productivity...
-
WorkManager is an API to schedule deferrable, asyncronous jobs. This is one of the JetPack's best component and it's released only ...
-
Enterprise Java (or any other) applications ofter requires logging of request and response bodies to investigate any upcoming issue. Logg...
-
In this article I'd like to introduce "firebase-hosting-api-java" , which is an API library for Firebase Hosting REST API writ...