Coroutines flow with Kotlin

preview_player
Показать описание
Introduction to working with Coroutines Asynchronous flow in Kotlin.

We discuss how to create and consume flows, properties, operators and exception handling. And we apply the theoretical discussion in practical code examples.
Рекомендации по теме
Комментарии
Автор

Probably the best explanation on YouTube. Cheers!

Indently
Автор

That's how it should be done - concise, right down to the point and simple.

genctasbasi
Автор

Great explanation. Expecting more such videos with some real-world use cases of coroutines and flow.

arpanmajumdar
Автор

Great explanation ❣️ please keep videos like this coming👍🏻

ShubhamSinghMusic
Автор

Wow. You explain it very well. Why aren't you a popular youtuber?!

mostafafahimi
Автор

Incredible and clear explanation, congrats, i really hope a serie of videos of the use of lows in Android apps and maybe using some of the Jetpack libraries that support flows as Room and Retrofit

FranciscoMendoza-xuif
Автор

Good video. However it would be great to show people how to use "zip" as well. I think it is one of the key point to use flow.

littlebitofeverything
Автор

Amazing explanation! This is a must have if you want to learn how to use flow. Can you create such video about state flow. And handling network requests and network errors with flow

alexpodshivalov
Автор

Neat and clean explanation of Flow. Thanks for cool video 🙏

ManishPatel
Автор

Hi, it is a very great explanation on coroutine flow.
One question here is that, is it possible to apply Flow with multiple upload/download using retrofit coroutine?
Looking forward to further explanation for this :)

wenlongteo
Автор

half way through the video and i have to stop to make this comment: great video, perfectly explained

Narazgul
Автор

Thank you for the video, do you have any plan to make a TDD course n Udemy?

gregfrllo
Автор

This is great, thanks for posting this!

NickAchtien
Автор

when i RightCLick -->Generate i did not find add maven option like you .... plz

yasminedwedar
Автор

I hope you talk about Jetpack paging library too

AlaaAlbrg
Автор

What you have taught I already know. My question is how can I make multiple request using flow. Apart from that why do we call a function that emit response under runblocking. What if we call under coroutine scope other than runblocking. Pls show it practically

mojeebhasan