See speaker info

Kotlin Coroutines: Multi-threading made easy

ARTHUR NAGY
Android Technical Lead at Halcyon Mobile

“We face challenges with threading on a daily basis. There are too many ways to do it, too many options. Do I use an AsyncTaks, a Runnable or RxJava, what do I do? All these available APIs lead to an almost inevitable callback hell.
This talk will introduce Kotlin Coroutines as an alternative solution to this problem. We’re going to explore simple ways to perform long-running tasks and computation heavy operations in an asynchronous way, without freezing or crashing your app, while keeping the code clean and readable at the same time.”

Audience: Intermediate-Advanced