Це відео не доступне.
Перепрошуємо.

Kotlin: Using WorkManager Kotlin APIs - MAD Skills

Поділитися
Вставка
  • Опубліковано 6 січ 2021
  • WorkManager provides a set of APIs that makes it easy to schedule asynchronous tasks for immediate or deferred execution that are expected to run even if the app is closed or the device restarts. For Kotlin users, WorkManager provides first-class support for coroutines. In this video, you’ll learn the basics of WorkManager with coroutines by building on the WorkManager codelab.
    WorkManager documentation → goo.gle/3nnI6WH
    Working with WorkManager codelab → goo.gle/3noIrbN
    Advanced WorkManager codelab → goo.gle/3bj98vO
    Catch more Kotlin and Jetpack APIs for MAD Skills → goo.gle/kotlin-madskills
    Watch more MAD Skills episodes → goo.gle/madskills
    Subscribe to Android Developers → goo.gle/AndroidDevs
    #Kotlin #Jetpack #MADSkills

КОМЕНТАРІ • 15

  • @halvtysk
    @halvtysk 3 роки тому +2

    A very short introduction to Workmanager. Perhaps a more in-depth look into the details on how to configure the work, and perhaps also an example on how to use the CoroutineWorker?

  • @GakisStylianos
    @GakisStylianos 3 роки тому +1

    Very straightforward!

  • @vitdemidenko
    @vitdemidenko 3 роки тому

    Is periodic work with KEEP not started fixed?

  • @vengateshm2122
    @vengateshm2122 3 роки тому +3

    Can we use work manager to update widget by getting data from network? Eg: Weather Data

  • @soulgenn
    @soulgenn 3 роки тому

    1:56 could you pls scroll down?)
    Does workmanager execute their works immediately?

  • @tonnie7079
    @tonnie7079 3 роки тому

    Florina well described

  • @madankathiwale5012
    @madankathiwale5012 3 роки тому

    Please somebody share wake lock example how do we use to awake CPU without ui

  • @gouravrawatscience
    @gouravrawatscience Рік тому

    Sir work manager is not working in all Chinese Phones
    Problem is that workManager is only working when app is in foreground or background as soon as user removes app from task manager than the work which I posted in OneTimeRequest or PeriodicRequest it is not running any more.
    It is working in samsung and emulator but not on realme,readmi,vivo,infinix,xiomi etc chinease mobiles based on android.
    Please help

  • @agusmanmantripennyuluhan319
    @agusmanmantripennyuluhan319 2 роки тому

    Gimana caranya dapatin setelan

  • @vsevolodsemenov4565
    @vsevolodsemenov4565 3 роки тому +2

    Subtitles is Dutch auto-generated. It is very wrong.

  • @jithind-feverx2818
    @jithind-feverx2818 3 роки тому +1

    💯

  • @pythonwhite8305
    @pythonwhite8305 3 роки тому

    I'm Learn kotlin because I want expert in android development