What Does Android's Jetpack Compose 1.0 Release Mean For You? // goobar podcast episode 20

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

КОМЕНТАРІ • 10

  • @mlsandreas
    @mlsandreas 3 роки тому +1

    Amazing audio!!! What hardware do you use for audio recording?

  • @joeharbaugh9752
    @joeharbaugh9752 2 роки тому

    Think you could do the "Kotlin Android Development Course for Beginners - Adaptive UI" using jetpack compose? would it be a lot less code? would it be simpler using jetpack compose? thnx

  • @kind-developers
    @kind-developers 3 роки тому +1

    Love your podcast. Thank you

    • @goobar
      @goobar  3 роки тому +1

      You're very welcome! Love your comment 😃

  • @nesibeyyubov554
    @nesibeyyubov554 3 роки тому

    Performance issue should be first topic to improve on and also it would be better to have hot reload thing like in flutter

  • @enomamichael5762
    @enomamichael5762 3 роки тому +1

    Audio Quality on fire

    • @goobar
      @goobar  3 роки тому +2

      😃 I try

  • @damercy
    @damercy 3 роки тому +1

    Keep going man! Love the goobar podcast.

  • @robchr
    @robchr 3 роки тому

    I was lucky enough to be working on a greenfield project when they announced compose going 1.0 in July. Since it aligned well with the projected release date, I used it and I can say it is a huge leap over XML. There are still some missing features like animation between destinations in navigation component but that can be worked around using fragments. I'm very happy with the results.

    • @goobar
      @goobar  3 роки тому

      Yes! I love it as well. The accompanist library has support for an animated nav controller that supports animating between compose destinations. Tried it this week, and it's working well so far.