XML vs Composable | Declarative vs Imperative : Jetpack Compose - 2

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ต.ค. 2024

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

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

    Your teaching style is truly exceptional, unlike anything I've encountered before. I explored many paid and free courses but your style of teaching is totally unique. Your videos make Android development an exciting journey, and your dedication to simplifying complex concepts is truly inspiring. Thank you for sharing your knowledge with the world and making the learning experience so enjoyable. Your impact will be cherished for generations to come!

  • @saragadamsuresh
    @saragadamsuresh 5 หลายเดือนก่อน +1

    perfect and straight fwd example, well understood

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

    Very good explanation. I like the comparison style!

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

    very supportive to learn Jetpack Compose👏

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

    With live data or flow apis we can also achieve the similar behaviour in XML based ui right? Here composable does all the heavy shifting there we just need to listen to the flow stream and update the stream every time user click and changes the data we emit the event and it'll be set.
    Works similarly right?
    Correct me if im wrong?

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

    Indepth explanation, thanks a lot, curious about the next videos.

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

    Sir please , could you please upload whole compose series 😊 we need to learn it fast

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

    Very good 👍 explanation

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

    Could you do one to one or one to many online android courses in live please

  • @amin.eftekhari
    @amin.eftekhari ปีที่แล้ว

    I don't know how correct my opinion is, but I prefer XML because it is easier to use in complex user interfaces.

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

    Using declarative, we can spend our time on our project's logic rather than how to do that.

    • @Codetutor-DemystifyCoding
      @Codetutor-DemystifyCoding  ปีที่แล้ว +1

      Exactly!!! But Some time Imperative is the only way possible. No one style of programming is silver bullet that solves all the problems.

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

      @@Codetutor-DemystifyCoding Surely, sir

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

    This looks similar to flutter programming

    • @Codetutor-DemystifyCoding
      @Codetutor-DemystifyCoding  ปีที่แล้ว +2

      Exactly!! It’s basically Reactive programming paradigm. Even React Native works similarly.