How to implement MVVM + Clean Architecture - Part 1

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

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

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

    When to use state flow when to use live data? I hear that we need a real time observer for observing the live data change...

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

    personally i would say that your ui layer, in this case activty should not contain logic, i mean when, if - elses etc. you can use pattern strategy to handle this situation and your ui layer will just observe changes, and this when(state) will happen in different interface or sealed class.

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

      Hey Nikolaz, that sounds like a nice proposal, do you have an example somewhere I can check?

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

      @@Renaro my comment is deleted when I am writing down a link of github, I can message you on linkedin if you want

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

    thanks bro good job

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

      Happy to hear!

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

    Live saver course