What Is a Flow? | Kotlin Flow for Android Development

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ม.ค. 2025

ความคิดเห็น •

  • @lukaslechner
    @lukaslechner  2 ปีที่แล้ว +2

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

  • @senakoc3071
    @senakoc3071 หลายเดือนก่อน

    A perfectly clear explanation

  • @dineshs1683
    @dineshs1683 2 ปีที่แล้ว +1

    Hi having quick doubt… you adding runblocking right? Then is it will run on mainthread or its only block mainthread untill calculation finish…

    • @lukaslechner
      @lukaslechner  2 ปีที่แล้ว

      Hi! I use runblocking in order to be able to start a new coroutine with launch. In this coroutine, items of the flow are collected and yes, this happens on the Main Thread. However, the main thread is not blocked but only suspended while the collection happens, so this is not an issue.

  • @jishnupdileep3143
    @jishnupdileep3143 ปีที่แล้ว

    Nice👏🏻👏🏻👏🏻