https://kotlinlang.org logo
Title
s

Shantanu Jaiswal

05/15/2023, 8:02 PM
How can I start with coroutine?
a

akshaychordiya

05/15/2023, 8:06 PM
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

Shantanu Jaiswal

05/16/2023, 5:04 AM
Thank you @akshaychordiya I like your article and suggestions.
a

akshaychordiya

05/16/2023, 5:06 AM
Your welcome, also another article if you are interested https://medium.com/@aky/go-with-the-kotlin-flow-7067564665a3
s

Shantanu Jaiswal

05/16/2023, 5:19 AM
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

Jishin Dev [JD]

05/16/2023, 7:41 AM
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/