KotlinConf 2019: Compose Yourself: Designing a Kotlin First UI Toolkit by Anna-Chiara & Clara

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 15

  • @aryatyagi4648
    @aryatyagi4648 4 года назад +1

    When we will get stable version. ??

  • @gustavodemendoncafreire4005
    @gustavodemendoncafreire4005 5 лет назад +2

    So, essentially Flutter? Awesome talk by the way

    • @realharo
      @realharo 5 лет назад +2

      Which is essentially React...

    • @nickyn286
      @nickyn286 5 лет назад +1

      yes but here everything is a "composable function"

    • @valour.se47
      @valour.se47 5 лет назад +2

      I will leave both of them, if this make things easier for me.

    • @edulgl
      @edulgl 5 лет назад +3

      I worked with React Native for a little bit of time, and while I disliked working with its ecosystem a bit, making UI elements into components was really intuitive and easy to work with, way easier than dealing with loads of xml files. I still came back to the native Android environment though because React also have its problems.

  • @KirillKhalitov
    @KirillKhalitov 4 года назад

    Looks like Qt Quick from 2010.

  • @st4849
    @st4849 5 лет назад +3

    Those Java license fees must really hurt Google :)

    • @suleyth
      @suleyth 5 лет назад +5

      Google can pay those fees and win triple the money in less than a year. I think it’s more that people are realizing that Java is just a huge pain to code in every single way.

    • @nickyn286
      @nickyn286 5 лет назад

      @@suleyth not java 10

  • @AndreyGrowl
    @AndreyGrowl 5 лет назад +5

    Why do we need this? Where are examples of complex custom UI elements? Regular app doesn't have only checkboxes.

    • @areebjamaliam
      @areebjamaliam 4 года назад +2

      Ask this question when it is GA or beta

    • @areebjamaliam
      @areebjamaliam 4 года назад +6

      As for why we need it? Have you seen the talk? It mentions why in the first section itself. If you need declarative UI like Flutter, React, Vue, you need this. If you don't, great, traditional views are not going anywhere. Continue using them

    • @CloudArchitecture
      @CloudArchitecture 4 года назад

      Here's a sample app: github.com/android/compose-samples/tree/master/JetNews