Better Async with Kotlin Coroutine

preview_player
Показать описание
This talk will highlight the benefits to using coroutines over other solutions to do asynchronous programming with Kotlin on Android. The talk would also introduce the participants to how to use kotlin coroutines in their apps.

DevFest OnAir 2018 playlists:

The content of this video was not produced or created by Google. event: DevFest 2018; re_ty: Publish; product: Android - Languages;
Рекомендации по теме
Комментарии
Автор

please share ppt and code link in description

JeeteshSurana
Автор

A lot of the time the speaker mentions the code but the code itself is not shown on video. This makes the video not helpful unfortunately.
Also, the author says that "run" in Kotlin starts a thread; that's not quite true.

FabioSpelta