Releasing Faster with Kotlin Multiplatform

11,105
0
Publicado 2024-03-07
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

Todos los comentarios (14)
  • @a314
    Fantastic talk and presentation. This is how WhatsApp works as well
  • 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?
  • @haitrvn
    Why not compose multiplatform
  • @danineira2
    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.
  • @dv_bassi
    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...
  • @NestorLedon
    This is ridiculous. Can't wait to try it out.
  • After all that architecture I would argue is better to go with react-native. Joke aside, great job 👌👍
  • @henrik908
    Is this the future of Development?