Releasing Faster with Kotlin Multiplatform

Sdílet
Vložit
  • čas přidán 6. 03. 2024
  • Jake shares how previously the Cash App Android, iOS, and web apps were all developed natively, resulting in two-week release trains for mobile apps with 1-2 week rollout periods. By using Kotlin Multiplatform, they were able to substantially improve those deployment times to get their apps released faster.
    Explore more videos and register for this year's DPE Summit at dpe.org/summit2024
  • Věda a technologie

Komentáře • 22

  • @oxwware
    @oxwware Před 2 měsíci +3

    amazing 👍🏿

  • @a314
    @a314 Před 16 dny +2

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

  • @eduardoruesta5180
    @eduardoruesta5180 Před měsícem +3

    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 Před měsícem +1

      yess

    • @abhimanyu.n14
      @abhimanyu.n14 Před měsícem +2

      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 Před 27 dny

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

  • @HuangTim1018
    @HuangTim1018 Před 2 měsíci

    Can't appreciate more😊😊😊

  • @dv_bassi
    @dv_bassi Před 25 dny

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

  • @amanpahari690
    @amanpahari690 Před 22 dny +1

    maza aagaya bhai

  • @henrik908
    @henrik908 Před měsícem +1

    Is this the future of Development?

  • @pablovaldes6022
    @pablovaldes6022 Před 10 hodinami

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

  • @eduardoruesta5180
    @eduardoruesta5180 Před měsícem

    Niceee

  • @haitrvn
    @haitrvn Před měsícem +6

    Why not compose multiplatform

    • @nsshurtz
      @nsshurtz Před měsícem +4

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

    • @the_somebody_nobody
      @the_somebody_nobody Před 10 dny

      Experimental tech

    • @pablovaldes6022
      @pablovaldes6022 Před 10 hodinami

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

  • @NestorLedon
    @NestorLedon Před měsícem +2

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

  • @m1thrandir
    @m1thrandir Před měsícem +4

    So basically... React Native