最新消息:请大家多多支持

WorkManager Masterclass For Android Developer

教程/Tutorials dsgsd 66浏览 0评论

Last updated 10/2021
Created by Binary IT Solution
MP4 | Video: h264, 1280×720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 47 Lectures ( 5h 3m ) | Size: 2.44 GB

Learn and master the android jetpack work manager

What you’ll learn
WorkManager
Room
Retrofit
Coroutine
MVVM
Kotlin

Requirements
Basic of Android development

Description
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-22All 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


Password/解压密码www.tbtos.com

资源下载此资源仅限VIP下载,请先

转载请注明:0daytown » WorkManager Masterclass For Android Developer

发表我的评论
取消评论
表情

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址