Hi :slightly_smiling_face: I’m looking for some re...
# coroutines
n
Hi 🙂 I’m looking for some resources to learn Kotlin Coroutines. Could you recommend some good courses / tutorials / books which you know?
l
I recommend this talk by Roman Elizarov:

https://www.youtube.com/watch?v=Mj5P47F6nJg

And after it, this one is already great:

https://www.youtube.com/watch?v=tYcqn48SMT8

And an extra one from Vseovolod Tolstopyatov about recent additions into kotlinx.coroutines:

https://www.youtube.com/watch?v=E5bje5HgKs0

r
Compounding Louis’ amazing replies, if you are really looking for an introduction to coroutines, this talk (

https://www.youtube.com/watch?v=_hfBv0a09Jc

) by Roman Elizarov is really good as well. His subsequent talks, such as the one about flow somewhat build up from the context of this one I think
In my personal experience, in terms of courses and documentations, I highly recommend following the coroutines guide: https://github.com/Kotlin/kotlinx.coroutines/blob/master/docs/topics/coroutines-guide.md You can expand and experiment with the examples in order to gain a better understanding of their functionality as well
j
This course is hands-down the best single-source way to learn coroutines: https://www.udemy.com/course/coroutines-on-android/
👍 1