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

Поділитися
Вставка
  • Опубліковано 11 гру 2024

КОМЕНТАРІ • 20

  • @codingchey
    @codingchey Рік тому +3

    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!

  • @vinaykumarnagarjuna2452
    @vinaykumarnagarjuna2452 Рік тому

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

  • @Sureshp1229
    @Sureshp1229 Рік тому

    very supportive to learn Jetpack Compose👏

  • @murugan8926
    @murugan8926 Рік тому

    Very good 👍 explanation

  • @saragadamsuresh
    @saragadamsuresh 7 місяців тому +1

    perfect and straight fwd example, well understood

  • @sagarw5391
    @sagarw5391 Рік тому

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

  • @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.

  • @mryup6100
    @mryup6100 10 місяців тому

    Very good explanation. I like the comparison style!

  • @murugan8926
    @murugan8926 Рік тому

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

  • @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?

  • @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.