Background working with WorkManager
Testing • May 2022
Background working with WorkManager
About
Background working with WorkManager
About

Implementare l'esecuzione di task in background in Android non è mai stato facile, ma per fortuna ora c'è WorkManager!
WorkManager è la soluzione raccomandata da Google per gestire i task in background, in particolare dei task complessi e persistenti (e che quindi devono sopravvivere all'uscita dall'app e al riavvio del dispositivo).
Al termine dell'evento sarete in grado di utilizzare WorkManager per:

  • schedulare task da eseguire in background una volta sola;
  • schedulare task da eseguire in background periodicamente;
  • far eseguire un task solo quando sì è connessi alla rete oppure solo quando il dispositivo è in carica;
  • visualizzare nella UI lo stato di avanzamento del task;
  • testare il comportamento dei task tramite unit test.
    Consulta il materiale dello speaker qui: https://github.com/TechIsFun/android-samples/tree/main/work-manager
Language
Italian
Level
Intermediate
Length
76 minutes
Type
online conference
About the speaker
About the speaker
Andrea Maglie
Software EngineerMulticerta
Software Engineer, GDG Organizer, Guitar Player.
Details
Language
Italian
Level
Intermediate
Length
76 minutes
Type
online conference