WorkManager Masterclass For Android Developer

- 65%

0
Certificate

Paid

Language

Level

Intermediate

Last updated on April 26, 2025 3:13 am

Master the skill of using WorkManager, a powerful library for enqueuing deferrable work in Android. Learn about OneTimeWorkRequest, PeriodicWorkRequest, CoroutineWork, and RxJavaWork. Perfect for Android developers seeking to enhance their background work execution abilities.

Add your review

What you’ll learn

  • WorkManager
  • Room
  • Retrofit
  • Coroutine
  • MVVM
  • Kotlin

WorkManager is a library used to enqueue deferrable work that is guaranteed to execute sometime after its Constraints are met. WorkManager allows observation of work status and the ability to create complex chains of work. WorkManager uses an underlying job dispatching service when available based on the following criteria

· Uses JobScheduler for API 23+

· Uses a custom AlarmManager + BroadcastReceiver implementation for API 14-22

All work must be done in a ListenableWorker class. A simple implementation, Worker, is recommended as the starting point for most developers. With the optional dependencies, you can also use CoroutineWorker or RxWorker. All background work is given a maximum of ten minutes to finish its execution. After this time has expired, the worker will be signalled to stop.

There are two types of work supported by WorkManager: OneTimeWorkRequest and PeriodicWorkRequest. We will cover both on this course and we will learn from very basic and we will master the skill by the end on the course.

In the first section will learn about the basic concept and in the second section we will learn about the CoroutineWork and in the third section we will learn about the RxJavaWork and we will build some practical application to understand all the concept clearly.

Who this course is for:

  • Any one with basic of Android development skill
  • Android developers

User Reviews

0.0 out of 5
0
0
0
0
0
Write a review

There are no reviews yet.

Be the first to review “WorkManager Masterclass For Android Developer”

×

    Your Email (required)

    Report this page
    WorkManager Masterclass For Android Developer
    WorkManager Masterclass For Android Developer
    LiveTalent.org
    Logo
    LiveTalent.org
    Privacy Overview

    This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.