Releasing Faster with Kotlin Multiplatform

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

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

  • @eduardoruesta5180
    @eduardoruesta5180 8 месяцев назад +7

    Just to undertand the first and last part of the talk! using KMM and CMM embed the JS, compile on RCI and deploy on CDN you have the possibility to update UI without release a new version of the app?

    • @deepakjh632
      @deepakjh632 7 месяцев назад +1

      yess

    • @abhimanyu.n14
      @abhimanyu.n14 7 месяцев назад +7

      KMM - Yes, but it does not look like CMM. I believe Redwood is a separate library that does not directly use Compose UI.

    • @khalidhamid7448
      @khalidhamid7448 7 месяцев назад +1

      @@abhimanyu.n14yes it only uses compose compiler ( tree data structure used to intelligently draw on canvas ) not compose UI.

  • @a314
    @a314 6 месяцев назад +8

    Fantastic talk and presentation. This is how WhatsApp works as well

    • @pablovaldes6022
      @pablovaldes6022 6 месяцев назад +5

      Is Whatsapp using KMP? Never heard of that

    • @zolongOne
      @zolongOne 4 месяца назад

      ​@@pablovaldes6022 I doubt it, but I think the point is that WhatsApp can change the UI without needing to update the app. I have seen this myself several times on Android

    • @_hudeifa23
      @_hudeifa23 3 месяца назад

      @@zolongOne do you know what machinism the cash app using to update the ui or logic ?

  • @oxwware
    @oxwware 8 месяцев назад +4

    amazing 👍🏿

  • @HuangTim1018
    @HuangTim1018 8 месяцев назад +1

    Can't appreciate more😊😊😊

  • @haitrvn
    @haitrvn 7 месяцев назад +13

    Why not compose multiplatform

    • @nsshurtz
      @nsshurtz 7 месяцев назад +7

      Probably because that's still in alpha for iOS and experimental for Web.

    • @the_somebody_nobody
      @the_somebody_nobody 6 месяцев назад

      Experimental tech

    • @pablovaldes6022
      @pablovaldes6022 6 месяцев назад +5

      It won't be able to update off the stores. CMP gotta still go through Apple/Google Store

    • @clivejefferies
      @clivejefferies 6 месяцев назад

      Wondered the same

    • @ravipoon09
      @ravipoon09 5 месяцев назад +4

      In here, Jake is actually talking about tackling an issue whereby we need to deploy updates to the app as fast as possible. Compose multi-platform does not tackle that problem

  • @danineira2
    @danineira2 6 месяцев назад

    One question, do you recommend a MacBook air m3 16Gb to develop Apps with KMP? Is it enough to use Android Studio XCode with different emulators? Or it is worth jumping to the 18Gb macbook pro m3 pro. Thank you very much for your videos.

    • @xTheITx
      @xTheITx 6 месяцев назад +1

      I've had no problems at all with my MacBook Air M2 with 16GB and 512G storage - having said that, if you can afford it I'd go with 18GB ram

  • @dv_bassi
    @dv_bassi 6 месяцев назад

    I wonder what happens when the users goes back to the previous activity/view and then clicks next... Do they see a different screen? I don't think it's a good idea to change the behavior on the fly without an app restart, or at the very least, I would be careful to not let the UX fall apart...

    • @Rajmanov
      @Rajmanov 5 месяцев назад

      that's an interesting question, I'm wondering the same

  • @NestorLedon
    @NestorLedon 7 месяцев назад +2

    This is ridiculous. Can't wait to try it out.

  • @droid-aman
    @droid-aman 6 месяцев назад +2

    maza aagaya bhai

  • @eduardoruesta5180
    @eduardoruesta5180 8 месяцев назад

    Niceee

  • @pablovaldes6022
    @pablovaldes6022 6 месяцев назад +1

    After all that architecture I would argue is better to go with react-native. Joke aside, great job 👌👍

  • @henrik908
    @henrik908 7 месяцев назад +2

    Is this the future of Development?

    • @Rajmanov
      @Rajmanov 5 месяцев назад

      I was doing this on 2014, I don't belive this will a trend

    • @henrik908
      @henrik908 5 месяцев назад

      @@Rajmanov do you even know who is this guy he made many popular Libraries.

  • @m1thrandir
    @m1thrandir 7 месяцев назад +6

    So basically... React Native

    • @arsildo
      @arsildo 7 месяцев назад +10

      No… lmao

    • @ravipoon09
      @ravipoon09 5 месяцев назад +1

      This is a release problem not how ui is rendered on device problem.

    • @Rajmanov
      @Rajmanov 5 месяцев назад +1

      hahahahahahhahahaha OMG

    • @brunojcm
      @brunojcm 5 месяцев назад +7

      do watch this and all you can think is... React Native? really?

    • @pookiepats
      @pookiepats 9 дней назад

      Except Kotlin poops on “typescript “ and compiles to machine code not some webkit shite