Back to Browse

Expressive asynchronous code using coroutines - Flávio Faria

120 views
Mar 14, 2020
43:56

Slides can be found here: https://speakerdeck.com/flavioarfaria/expressive-a-synchronous-code-using-coroutines As everyone knows, long-running operations in Android apps should never be executed on the main thread. With the goal of protecting developers from making mistakes, the Android ecosystem relies heavily on asynchronous APIs that can be found all over the framework and also in many third-party libraries. Although this might do the trick for simple apps and workflows, this becomes a problem as complexity grows in the codebase. In this talk, we'll explore how to leverage coroutines to convert asynchronous APIs into synchronous ones for the sake of expressiveness, readability and developer sanity.

Download

0 formats

No download links available.

Expressive asynchronous code using coroutines - Flávio Faria | NatokHD