Kotlin Flows & Channels Introduction | Android | CheezyCode - Hindi

preview_player
Показать описание
Kotlin Flow Tutorial - In this video, we will learn about what is Kotlin Flow? What is channel in Kotlin? We will understand - what are streams and how to implement them in Kotlin. Learn what is the need of streams, what are suspend functions and coroutines in Kotlin with simple example.

Coroutines Suspend functions work great when we have no or single output. But for scenarios where we have streams of data, we need to have some mechanism to implement that behavior. For this we have Kotlin Channels and Flows. Channels are hot whereas Flows are mostly cold. Hot stream is one where producers keeps producing data even if there are no consumers. Cold stream produces data only where there is at least one consumer available to consume the data.

Learn by creating a simple example in Hindi.

Topics covered -
1. Coroutines and Suspend
2. What are streams? How to implement Streams in Kotlin
3. Channels and Flows with Simple Example
4. Hot and Cold Streams.
5. Channels vs Flows in Kotlin

Kotlin Flows Playlist -

Jetpack Paging Tutorial -

Complete Dependency Injection Playlist Link -

Complete Android Architecture Components Playlist -

Beginner series in Android Playlist (Hindi) -

Kotlin Beginners Tutorial Series -

For more info - visit the below link

We are social. Follow us at -
Рекомендации по теме
Комментарии
Автор

This channel not only viewed by freshers but also by experienced working professionals. Your content is very good, easy to understand and you have best teaching skills. Your efforts are highly appreciated. I have learned lot of things from you, thanks a lot Cheezy Code! for for that😊. Podcasts are also great way of learning from the industry. Keep up the good work.💯

vaibhavmuley
Автор

You are the only person who can perfectly teach the SOLID principals with real examples.

Androidmeda
Автор

I'm learning Android App Development & these videos are super useful. Thanks, man!

Dibyendu.M
Автор

Came here to see just one video and now watching each and every videos of android. The best channel for beginners to learn android development using kotlin.

googlysahoo
Автор

my everGreen 1st preference *Cheezy code* whenever watned to understand kotlin / android topic

amanpahari
Автор

Just wow! Well done! You explained every part of the tutorial in very simple words. Thank you so much for sharing your knowledge with us. Keep it up :)

bhoomivaghasiya
Автор

Wow! Just extraordinary. The way you explained hot and cold streams by comparing them to Theatre and Netflix is just marvellous Please continue the good work that you do 🙏🔥

akhilrajnambiar
Автор

Back again! Thanks bro for making such awesome content for the fellow developers. Started watching the playlist yesterday, and currently done with upto 3rd video about Terminal, Non-Terminal operators.

rehandev
Автор

Really good series, keep going man.
Thank you for making this.

shubhamshinde-lthr
Автор

It's really valuable for experience professionals also.

nikit
Автор

Thank you ❤️. U r great. Thank you for your efforts.

baijusharma
Автор

Exactly what i neeeded. Please do more practical videos on flow

gofudgeyourselves
Автор

Great sir. The explanation is very nice and easy to understand for everyone.

vishalpatel
Автор

Great series.
Would love to see it in MVVM architecture

saifbutt
Автор

video ky last me song apki voice me😋 me to everytime sunta hun

mahboobforever
Автор

Great sir will enjoy this series also bring here MVI, compose also

rishikeshsingh
Автор

very nice and well explanation. thank you

khapp
Автор

The best part is the rap in the last : )

shubhampandey
Автор

this channel guarantees that u will understand the topic completely

Suraj-lsdm
Автор

Thank you so sir i had one doubts

If i have chat screen which continues Update data for (Sender) and Receiver.
Do i need to use flow to show Updated results on screen ?

kalpeshbornare