How can I start with coroutine?
# android
s
How can I start with coroutine?
a
There are a bunch of articles / videos on YouTube. I like articles and videos by Roman Elizarov who worked (I think still does) on building the coroutines / flow library. https://elizarov.medium.com/kotlin-flows-and-coroutines-256260fb3bdb Video

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

Here’s my biased suggestion:

https://youtu.be/-Aoc5mztqAI

s
Thank you @akshaychordiya I like your article and suggestions.
a
Your welcome, also another article if you are interested https://medium.com/@aky/go-with-the-kotlin-flow-7067564665a3
s
I got it but in all your suggestions and support you told me about kotlin flow. I think I have to gain my knowledge in coroutine first because without it can I learn flow ? There is lots of confusion I have so if you have coroutine sources please let me know.
j
The official docs would be a good start. - https://kotlinlang.org/docs/coroutines-guide.html#table-of-contents You can play around with what you learn here - https://play.kotlinlang.org/
☝️ 2