Build an iOS & Android app in 100% Kotlin with Compose Multiplatform

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

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

  • @Kotlin
    @Kotlin  Год назад +29

    If you're coding along with the tutorial: Make sure the kotlinx.serialization plugin (13:38) has the same version as the Kotlin version (currently 1.9.0 in the template, see the gradle.properties file!) Currently, that means using the following:
    kotlin("plugin.serialization") version "1.9.0"

    • @mofeejegi
      @mofeejegi Год назад +1

      Thank you 🙏🏾

    • @RaajKanchan
      @RaajKanchan Год назад

      Thank You

    • @dk98126
      @dk98126 Год назад +2

      can you please create an annotation in this video so people would realise that just in time when they watch it? I spent for about a half an hour trying to figure out why serialization doesnt work. BTW this video is such a quality content omg!!! Thank you for your work!

    • @RaajKanchan
      @RaajKanchan Год назад

      @@dk98126 It waited for 4 days and several tries, to figure out what's the issue. Glad to get the answer today.

    • @BhanitGaurav
      @BhanitGaurav Год назад

      The templete has build error, which does not let compiler to generate the sqldelight build classes. Need soloution on this. Yes, app runs fine but how to use sqldelight with build issue? @Kotlin

  • @ravipoon09
    @ravipoon09 Год назад +38

    As someone who is learning jetpack compose and doing it on the job, I find this extremely useful and motivating ☺️. Thank you compose multiplatform team for all your efforts ❤

  • @nanonkay5669
    @nanonkay5669 Год назад +7

    Finally you can now build UIs for both platforms. That was the one thing I was waiting for. Its finally come

  • @SAPierce2006
    @SAPierce2006 Год назад +24

    A fantastic Kotlin Multiplatform demo!

  • @xozzy7809
    @xozzy7809 Год назад +3

    Voyager library is the goat, easy to use and easy to understand

  •  Год назад +6

    Great tutorial. As someone who has a background of developing backend apps using Kotlin, this video is super helpful to understand KMM and the basic mobile concepts.

  • @nicolagallazzi9295
    @nicolagallazzi9295 Год назад +32

    Great tutorial! It would be a piece of cake to have a consistent navigation library, hope something would pop up in the next future!

    • @alekseyblekot119
      @alekseyblekot119 Год назад +1

      Decompose by Arkadiy Ivanov?

    • @diegoberaldin7888
      @diegoberaldin7888 Год назад +1

      Or Voyager as suggested in the video. I've used mostly Decompose in my multiplatform JVM desktop projects and I think it's great, because it's more than a navigation library, its "slots" (as opposed to stacks) allow to isolate components and have discrete portions of UI+state holders that can easily be moved or reused. I'm experimenting Voyager in another project and it's fine too but still have to put it under stress test with nested navigation and so on...

    • @bierdav
      @bierdav Год назад +1

      I found the documentation and setup of decompose to be very complicated. Until now I have not a working solution. Would be great to see a proper guide on how to use all of those libraries

    • @GakisStylianos
      @GakisStylianos Год назад +11

      Decompose
      voyager
      appyx
      circuit
      precompose
      Decompose-Router
      Are all multiplatform navigation libraries. They already have popped up, the future is here

    • @imamyusupbachtiar5461
      @imamyusupbachtiar5461 Год назад +1

      @@GakisStylianos That's very kind of you

  • @RhexGomez
    @RhexGomez Год назад +2

    I actually appreciate the walkthrough on the documentation.

  • @RexTorres
    @RexTorres Год назад +11

    I learned a LOT just from this one video!

  • @GabrielSouza-of7kt
    @GabrielSouza-of7kt Год назад +5

    Great video Seb!!! Kotlin and Compose will take the world!
    Awesome to see Voyager! Thanks for sharing

    • @RR-et6zp
      @RR-et6zp 7 месяцев назад

      flutterflow will tbh

  • @bunhengborath7698
    @bunhengborath7698 Год назад

    Kotlin is doing some magic now hope there are more nice tutorial like this in the future. thank compose multiplatform team for your handwork.

  • @YassineMikeAlpha
    @YassineMikeAlpha Год назад +8

    The tutorial is explained very well

  • @cdrv5
    @cdrv5 Год назад +6

    Nice tutorial, Just need these types of tutorials to setup my app and start working on. I still prefer to flutter for both ios and android but looking forward to explore kotlin even further as Kotlin for data science libraries would be great to build good applications for future ai applications.

    • @小弟劉-x6o
      @小弟劉-x6o Год назад +1

      😅yvy9998😊 14:28 😊😊 14:29

  • @anumamin3886
    @anumamin3886 Год назад +3

    Finally some good example video by Jetbrains 🎉 please make more such videos and keep doing amazing work!

  • @djodoidao
    @djodoidao Год назад +6

    Excited to introduce this in company

    • @xorfive
      @xorfive Год назад +2

      You should wait until it's ready, before bringing into your product.

    • @osisuper98
      @osisuper98 Год назад +6

      @@xorfiveYeah but you should start learning now

    • @DmitryZatuchny
      @DmitryZatuchny 9 месяцев назад

      @@xorfive I was waiting for jetpack compose to get ready when I started my current project so at that time i chose xml and now I'm stuck with it for a long time. rewriting certain major screens in my app is just not worth it. sometimes you have to predict the future

    • @metalor696
      @metalor696 3 месяца назад +2

      Haha the classic shiny new toy 😂

  • @offlineuser1888
    @offlineuser1888 Год назад +2

    Great, carefully selected example app: shows only pictures on a grid. This hides the most important aspects of the mobile apps: platform native look and feel. Is this possible with kotlin compose on iOS/Android just like Flutter can do (inlcuding navigation)?

  • @kyay10
    @kyay10 Год назад +2

    Btw, Copilot is amazing at creating data classes from JSON. You can just make a top-level val like:
    ```
    // A typical Json response
    val pictureResponse = """{ isPicture: true }"""
    ```
    and copilot will make the dataclasses that follow that JSON's structure

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

    Thanks so much for a great tutorial ... I like your style! ... I've never actually sat through a 50 minute YT video before, but I'm glad I did, and I even paid attention. I have an Android app that I've been working on for about 2 years (99% Kotlin) and now I want that to also run on iOS devices. I'm doing this at the right time IMHO, since CMP is maturing nicely and Google is supporting KMM in general. I just have to learn more Compose, then Multiplatform, and probably a little Swift ... wish me luck =)

  • @BenjaminBK
    @BenjaminBK 11 месяцев назад +1

    So, how does all the setup work without "hey, take this template" and "hey, the IDE does all the magic stuff". I want to understand what gradlestuff does what and which folderstructure is neccessary and if the function locations and names are important or custom etc. When i understood all that, i have no problems to use templates or let the IDE do magic

  • @cisimon7
    @cisimon7 Год назад

    Just great, android compose developers becoming iOS developers overnight. It's magic

  • @barryfawthrop9962
    @barryfawthrop9962 Год назад +2

    Please consider following this up with an example of how to use hardware like camera in Compose KMP OR where you use native code with Views, thanks Great work

  • @guanacodevs
    @guanacodevs Год назад

    I'll admit that I was very skeptical, but this one just convinced me. Take my money.

  • @boskovaskovic
    @boskovaskovic 11 месяцев назад +1

    So basically I need to have mac, iphone, xcode and to be familiar with swift ? Only benefit is to have shared module ?

  • @aleksamatic9558
    @aleksamatic9558 Год назад +3

    When will compose IOS get to the beta state?

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

    Nice, congratulations for whole JetBrains team.👏

  • @vlogan79
    @vlogan79 Год назад

    One of the clearer Jetpack compose tutorials out there, thanks.

  • @arozendojr
    @arozendojr Год назад +1

    I'm new to mobile, felt complicated trying to install the development environment, android studio, gradle, ruby, cocoapods versions had conflicts. I am working to resolve the conflicts

  • @letme4u
    @letme4u Год назад

    thanks for amazing session. Please do consider map-layer and realtime notifications to UI like websockets / graphql subscriptions for next tutorial series on compose multiplatform.

  • @teeesen
    @teeesen 11 месяцев назад +1

    Great tutorial. One problem I had was at 34:27 the overload of `items` wasn't recognized. I'm not sure why. I ended up using `items(uiState.images.size,itemContent={k -> imageCell(uiState.images[k])})` which seemed to work ok. This is my first program in Kotlin, so I probably missed something. I found that a lot of import declarations had to be added that were not shown in the video; perhaps this was a case where the correct overload of `items` had to be imported.

    • @trejkaz
      @trejkaz 10 месяцев назад +1

      One frequent trap I find with items() is, if I type this:
      items(items = clipboardEntries)
      IDEA will complain: "Cannot find a parameter with this name: items"
      But it has no issue at all with this:
      items(items = clipboardEntries) { clipboardEntry -> TODO() }
      Unfortunately, IDEA is just not very nice when it comes to showing you where the error is. In this case, it should have put the red underline at the end of the line, but instead it just complains about the parameter you did provide, even though it's named correctly.

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

    Hello. You must update the video because links are not the same

  • @Narazgul
    @Narazgul Год назад

    I'm curious about the Midjourney Images Compose Multiplatform project. Would you mind telling, me what has been worked on there?

  • @markusmcgee
    @markusmcgee Год назад +2

    Good tutorial. Would like to see more components like LazyList for iOS and Themes (theme for iOS, Android, MacOS deployment)

  • @weissmannrob
    @weissmannrob Год назад

    Great Tutorial. Thanks.
    kotlin("plugin.serialization") version "1.8.21" caused problems switched to "1.9.10" then it worked.

  • @sanjaykarki6238
    @sanjaykarki6238 Год назад

    Thank you for the video and also information about precompose library i was just looking for the library like that❤️❤️❤️

  • @gregas3068
    @gregas3068 Год назад

    Thank you mister for this nice example. I have a following question. I have build an android app in Jetpack Compose. Now I am building a seperate one in Swift for iOS devices. I have a question. Since the app uses camera, ML model, Firebase, Google Play Billing . . . Do you perhaps have an idea of which of these parts (if any at all) can be shared so that it makes sense to use Compose Multiplatform project?

  • @xLastxTemplarx
    @xLastxTemplarx 16 дней назад

    I am trying to understand what is the point of using Kotlin if you can do the same with Flutter, and it's much easier too. Just looking at these dependency imports is giving me a headache :)

  • @renascienza.bazarclub
    @renascienza.bazarclub Год назад

    I found kind of tricky manage internal images on KMM Compose Multiplatform, since seems that gradle doesn't add new image files to iOS project dependencies.
    This issue is already addressed nowadays?

  • @bettertoaster
    @bettertoaster Год назад

    kdoctor doesn't seem to check that Java 17 is used. And it is required to run the ios build. At least with my IDE (Hedgehog)

  • @BhanitGaurav
    @BhanitGaurav Год назад

    The templete has build error, which does not let compiler to generate the sqldelight build classes. Need soloution on this. Yes, app runs fine but how to use sqldelight with build issue?

  • @mohanaggarwal4058
    @mohanaggarwal4058 Год назад +1

    Truly awesome demo! Tysm Seb!😁😉💖

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

    What a beautiful Rectangular app 😂
    A very nice code along 👍

  • @mrkaydev
    @mrkaydev Год назад +2

    does someone facing issue with kotlinx serilization to convert data to List ???

  • @samsadch
    @samsadch Год назад

    I have an Android and iOS application in the production. Can I create a compose feature module and plug the module into existing iOS and Android application?

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

    Does the shared rest api call also implemented in this demo project?

  • @aseemsharma4643
    @aseemsharma4643 Год назад

    How are we managing the navigation, if we want to keep it in shared module? Does compose has plans to work on this?

  • @khaqim4148
    @khaqim4148 Год назад

    is there any tutorial like this but with the native UI like swift ui and jetpack compose?

  • @ericvalencia161
    @ericvalencia161 Год назад +1

    Is that for real can it do what flutter does? Loved kotlin before but since I came to know flutter, I never look back to kotlin.

  • @tananga_studio
    @tananga_studio Год назад +2

    Compare to Flutter its very hard to use. Maybe someday compose will be as good as Flutter

  • @khalidrinaldy3671
    @khalidrinaldy3671 Год назад

    Great video, i love your penguin meme doll at the back sir

  • @vikashparajuli
    @vikashparajuli Год назад

    I don't see the way to change the status bar color using compose multiplatform

  • @ledsonvanini7421
    @ledsonvanini7421 Год назад +2

    Parabéns pelo conteúdo. Você é incrível🔥👏

  • @toshempire8296
    @toshempire8296 4 месяца назад +1

    Am flutter developer what are the benefits of KMP

  • @owaistnt
    @owaistnt Год назад

    Magnificent effort. I really look forward to your videos.

  • @ITwalebhaiya
    @ITwalebhaiya Год назад

    Waoh How simplify you Teach Thank you 🙏🤝

  • @emlioms
    @emlioms Год назад

    Fantastic !
    Do you know when will be available to use iOS UI emulator on windows ?

    • @verryondrums
      @verryondrums Год назад

      Probably never.... Because Apple 😅

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

    How do I change status bar color in compose multiplatform ?

  • @DaleKingProfile
    @DaleKingProfile 11 месяцев назад

    Is there any support for creating UI tests for iOS compose?

  • @michal_castek
    @michal_castek Год назад

    Is necessary to use Android Studio or Can use IntelliJ???

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

    You look like Steve Jobs when he was jung))

  • @tuyulghost291
    @tuyulghost291 Год назад

    what the different between compose multiplatform and kotlin multiplatform

  • @MrPieTech
    @MrPieTech Год назад

    You confirmed everything i wanted
    Thanks

  • @hinocenciopaulo
    @hinocenciopaulo 11 месяцев назад

    Thank you for this wonderful tutorial 🙏

  • @Daaaaaaavid
    @Daaaaaaavid Год назад +1

    I will wait the next decade for the day when you can write the UI in Compose and it translates to native iOS Style automatically, that's the only day I will think OK now we are talking.

    • @GakisStylianos
      @GakisStylianos Год назад

      That's already possible for the most part, just someone has to sit down and write those components. But you can call the same function and have a different actual implementation on iOS vs on Android.

  • @hak5448
    @hak5448 Год назад

    This development is great, but please use XML when designing. Please!

    • @notbambang
      @notbambang Год назад

      XML view based? maybe It will depracated soon as mobile development are moving into declarative programming with compose and swift UI

  • @sage_ranjan
    @sage_ranjan Год назад +2

    Please use the dark theme...🙏🙏🙏🙏🙏🙏🙏

  • @ДанилАтюков-ц9у
    @ДанилАтюков-ц9у Год назад

    That's great! More of that please!

  • @ОлександрНадюк-л9ч

    high-quality content, thank you!
    🤯

  • @dmytrorysovanyi8815
    @dmytrorysovanyi8815 Год назад

    Thats great, thank you. I want the interface of Android Studio like yours, how to do that :) ?

    • @letme4u
      @letme4u Год назад

      I believe they are using Ultimate version.

  • @samsadch
    @samsadch Год назад

    How can we add png or jpeg images to res and show. In Android it's showing. iOS its crashing

  • @TheZukkino
    @TheZukkino Год назад +1

    Incredible guide. Well done and thanks for this work. If possible, please add, as you said, the repository with DB caching management and injection. This could cover a bit chunck of the development.

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

    Oh my goodness, I love this.

  • @hestonic5114
    @hestonic5114 Год назад

    How can we provide and use context in common main?

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

    Thanks good Sebastian!

  • @ruannawe6157
    @ruannawe6157 26 дней назад

    Awesome tutorial ❤

  • @RaajKanchan
    @RaajKanchan Год назад +5

    Getting the follwing exception at 19:23
    Expected class kotlinx.serialization.json.JsonObject as the serialized body of kotlinx.serialization.Polymorphic, but had class kotlinx.serialization.json.JsonArray

    • @beefpancakez8097
      @beefpancakez8097 Год назад

      im pretty sure that instead of doing getImage() you do showImage. Although I am new to coding so take my advice with a grain of salt

    • @beefpancakez8097
      @beefpancakez8097 Год назад

      nvm i am wrong, i got that bug near the end and now I'm stuck

    • @beefpancakez8097
      @beefpancakez8097 Год назад +1

      UPDATE THE KOTLIN PLUGIN SERIALIZATION MINE FINALLY WORKED

    • @imharshvardhan
      @imharshvardhan Год назад

      @@beefpancakez8097 what have you updated? as I'm facing the same error

    • @imharshvardhan
      @imharshvardhan Год назад +1

      ah! got it, updated to 1.9.0 and it works

  • @dontknowunknow187
    @dontknowunknow187 Год назад

    how to change screen like jetpack compose navigation?

  • @sunfisoft
    @sunfisoft Год назад

    hello is it available for web development too?

  • @khantsithuphyo5484
    @khantsithuphyo5484 11 месяцев назад

    have tutorial for android+iso+smart tv ??

  • @donfreeman686
    @donfreeman686 Год назад

    You stated I would need a mac for testing ios. Can this be used to create for ipad?

    • @firstnamelastname-oy7es
      @firstnamelastname-oy7es Год назад +1

      Yes, if you have a mac you can make it work on iphone and ipad.
      If you don't you can still follow the tutorial and make it work on android.

  • @BenAyesu
    @BenAyesu Год назад

    That was amazing. Thank you!

  • @mckenytech8033
    @mckenytech8033 Год назад

    Does map box navigation work with this?

  • @34adse3
    @34adse3 Год назад

    Excellent, but holy moly that’s complicated.

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

    Hey is there a mentor that can guide me ?

  • @asmanmirza9083
    @asmanmirza9083 Год назад

    Does KMM supports Material 3?

  • @Nick-cx4rs
    @Nick-cx4rs Год назад

    When kmm official launch ?

  • @US-Air-Forces
    @US-Air-Forces Год назад

    Can I write all of this in java?

  • @neingtyyyy
    @neingtyyyy Год назад

    Ah the internet permission..would have missed it even if i knew.:D

  • @shinobivdk
    @shinobivdk Год назад

    amazing, I was looking for that., it will save my money XD

  • @tylerwilson3027
    @tylerwilson3027 Год назад

    Great video. It would be fun to see this in the warm target too. :-)

  • @lutfiikbalmajid
    @lutfiikbalmajid Год назад

    can i develop it in Android Studio?

  • @mytubekt
    @mytubekt Год назад

    Great content! Thanks for sharing!

  • @chen_xi_xi
    @chen_xi_xi Год назад

    Very useful tutorial, thanks!

  • @BenAyesu
    @BenAyesu Год назад

    Been waiting for this!!

  • @hassanjamil841
    @hassanjamil841 Год назад

    Brilliant and pretty clear and understandable video, and I would like to know about the dependency injection (like Hilt), and testing in multiplatform. Cheer up!

  • @oriohac
    @oriohac Год назад

    What will happen to KMM?

  • @odayprogrammer
    @odayprogrammer Год назад

    Great work, thank you

  • @emmanuelmtera5936
    @emmanuelmtera5936 Год назад

    Very Good Tutorial Indeed

  • @gokhanfromearth5735
    @gokhanfromearth5735 Год назад

    great tutorial, thanks!

  • @PopCapMusicTrending
    @PopCapMusicTrending Месяц назад

    I don't have a mac. Thanks in advanced

  • @code-with-mehdi
    @code-with-mehdi Год назад

    The iOS support sucks. I have not been able to get a successful build yet after many attempts. So wild errors pop up during build :(

    • @pablovaldes6022
      @pablovaldes6022 Год назад +1

      What problem you have?
      Open an issue in the sample project and they help you there