What Is a Flow? | Kotlin Flow for Android Development



What Is a Flow? | Kotlin Flow for Android Development

What Is a Flow? | Kotlin Flow for Android Development

🎓 Get the full 15+ hour-long Course “Kotlin Coroutines and Flow for Android Development” with a nice discount here: https://www.lukaslechner.com/coroutines-flow-android?source=youtube

👨‍🎓 Here is the link to the Github Example Repository: https://github.com/LukasLechnerDev/Kotlin-Coroutine-Use-Cases-on-Android

A Flow is a type in the Kotlin Coroutine Library which was introduced in 2019. A flow represents “a stream of values that are computed asynchronously”.

An even shorter description would be that a flow is simply an asynchronous data stream. But what is a “asynchronous data stream”?

TimeStamps
00:00 – Course Info
00:18 – Flow Intro
02:17 – Return Single Item
03:35 – Return List
06:20 – Return Sequence
09:15 – Return Flow
12:55 – Recap
14:15 – Suspend Function VS Flow

➤ Subscribe to the channel: https://www.youtube.com/channel/UCr9FeEqCspjGTiOc3HplCqw?sub_confirmation=1

🌎 Check out my website: https://www.lukaslechner.com

📬 Subscribe to my newsletter: https://www.lukaslechner.com/newsletter/

➤ Follow me on twitter: https://twitter.com/LukasLechnerDev

Comments are closed.