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

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ก.ค. 2023
  • Visit jb.gg/compose to start building 100% Kotlin mobile apps!
    The new iOS target for Compose Multiplatform means you can build cross-platform mobile apps entirely in Kotlin - including the UI!
    Compose Multiplatform for iOS is currently in Alpha, so now is a great time to explore the technology: Let’s build a simple app from start to finish in Kotlin. In the process, you’ll see how Compose Multiplatform and Kotlin Multiplatform enable sharing everything - from the networking layer, to business logic, to UI. The end result will be a small app that can load and display different bird pictures from an API, that will run on both Android and iOS!
    Find the full, final “My Bird App” project at github.com/SebastianAigner/my...
    Tooling:
    KDoctor development environment analysis tool: github.com/Kotlin/kdoctor
    Kotlin Multiplatform plugin for Android Studio: plugins.jetbrains.com/plugin/...
    Demo API endpoint: sebastianaigner.github.io/dem...
    Libraries used:
    Kamel Kotlin Asynchronous Media Loader: github.com/Kamel-Media/Kamel
    Ktor: ktor.io/
    kotlinx.serialization: github.com/Kotlin/kotlinx.ser...
    Moko-MVVM: github.com/icerockdev/moko-mvvm
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 185

  • @Kotlin
    @Kotlin  11 หลายเดือนก่อน +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 11 หลายเดือนก่อน +1

      Thank you 🙏🏾

    • @RaajKanchan
      @RaajKanchan 11 หลายเดือนก่อน

      Thank You

    • @dk98126
      @dk98126 11 หลายเดือนก่อน +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 11 หลายเดือนก่อน

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

    • @BhanitGaurav
      @BhanitGaurav 10 หลายเดือนก่อน

      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 11 หลายเดือนก่อน +37

    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 ❤

  • @SAPierce2006
    @SAPierce2006 11 หลายเดือนก่อน +21

    A fantastic Kotlin Multiplatform demo!

  • @nanonkay5669
    @nanonkay5669 9 หลายเดือนก่อน +6

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

  • @vlogan79
    @vlogan79 10 หลายเดือนก่อน

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

  •  7 หลายเดือนก่อน +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.

  • @RhexGomez
    @RhexGomez 11 หลายเดือนก่อน +2

    I actually appreciate the walkthrough on the documentation.

  • @GabrielSouza-of7kt
    @GabrielSouza-of7kt 11 หลายเดือนก่อน +5

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

    • @RR-et6zp
      @RR-et6zp 2 หลายเดือนก่อน

      flutterflow will tbh

  • @mohanaggarwal4058
    @mohanaggarwal4058 11 หลายเดือนก่อน +1

    Truly awesome demo! Tysm Seb!😁😉💖

  • @bunhengborath7698
    @bunhengborath7698 7 หลายเดือนก่อน

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

  • @RexTorres
    @RexTorres 11 หลายเดือนก่อน +11

    I learned a LOT just from this one video!

    • @mrkaydev
      @mrkaydev 11 หลายเดือนก่อน

      +1

  • @anumamin3886
    @anumamin3886 11 หลายเดือนก่อน +3

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

  • @xozzy7809
    @xozzy7809 11 หลายเดือนก่อน +3

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

  • @YassineMikeAlpha
    @YassineMikeAlpha 11 หลายเดือนก่อน +8

    The tutorial is explained very well

  • @owaistnt
    @owaistnt 11 หลายเดือนก่อน

    Magnificent effort. I really look forward to your videos.

  • @sanjaykarki6238
    @sanjaykarki6238 11 หลายเดือนก่อน

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

  • @nicolagallazzi9295
    @nicolagallazzi9295 11 หลายเดือนก่อน +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 11 หลายเดือนก่อน +1

      Decompose by Arkadiy Ivanov?

    • @diegoberaldin7888
      @diegoberaldin7888 11 หลายเดือนก่อน +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 11 หลายเดือนก่อน +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 หลายเดือนก่อน +11

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

    • @imamyusupbachtiar5461
      @imamyusupbachtiar5461 11 หลายเดือนก่อน +1

      @@GakisStylianos That's very kind of you

  • @user-dv1ff1dw6b
    @user-dv1ff1dw6b 10 หลายเดือนก่อน

    high-quality content, thank you!
    🤯

  • @guanacodevs
    @guanacodevs 10 หลายเดือนก่อน

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

  • @letme4u
    @letme4u 11 หลายเดือนก่อน

    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.

  • @khalidrinaldy3671
    @khalidrinaldy3671 10 หลายเดือนก่อน

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

  • @BenAyesu
    @BenAyesu 11 หลายเดือนก่อน

    Been waiting for this!!

  • @ledsonvanini7421
    @ledsonvanini7421 9 หลายเดือนก่อน +2

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

  • @hinocenciopaulo
    @hinocenciopaulo 7 หลายเดือนก่อน

    Thank you for this wonderful tutorial 🙏

  • @cdrv5
    @cdrv5 11 หลายเดือนก่อน +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.

    • @user-su7no1ld5r
      @user-su7no1ld5r 10 หลายเดือนก่อน +1

      😅yvy9998😊 14:28 😊😊 14:29

  • @MichaelMossmanNZ
    @MichaelMossmanNZ 28 วันที่ผ่านมา

    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 =)

  • @MrPieTech
    @MrPieTech 7 หลายเดือนก่อน

    You confirmed everything i wanted
    Thanks

  • @BenAyesu
    @BenAyesu 11 หลายเดือนก่อน

    That was amazing. Thank you!

  • @user-fg3wl4xu9d
    @user-fg3wl4xu9d 9 หลายเดือนก่อน

    That's great! More of that please!

  • @user-gj9wn3hc9r
    @user-gj9wn3hc9r 11 หลายเดือนก่อน

    Very useful tutorial, thanks!

  • @ITwalebhaiya
    @ITwalebhaiya 8 หลายเดือนก่อน

    Waoh How simplify you Teach Thank you 🙏🤝

  • @finchicoph
    @finchicoph 3 หลายเดือนก่อน

    Oh my goodness, I love this.

  • @mytubekt
    @mytubekt 11 หลายเดือนก่อน

    Great content! Thanks for sharing!

  • @barryfawthrop9962
    @barryfawthrop9962 11 หลายเดือนก่อน +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

  • @tylerwilson3027
    @tylerwilson3027 11 หลายเดือนก่อน

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

  • @djodoidao
    @djodoidao 11 หลายเดือนก่อน +5

    Excited to introduce this in company

    • @xorfive
      @xorfive 11 หลายเดือนก่อน +2

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

    • @osisuper98
      @osisuper98 11 หลายเดือนก่อน +6

      @@xorfiveYeah but you should start learning now

    • @DmitryZatuchny
      @DmitryZatuchny 5 หลายเดือนก่อน

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

  • @shinobivdk
    @shinobivdk 11 หลายเดือนก่อน

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

  • @emmanuelmtera5936
    @emmanuelmtera5936 11 หลายเดือนก่อน

    Very Good Tutorial Indeed

  • @Germansdev
    @Germansdev หลายเดือนก่อน

    Thanks good Sebastian!

  • @odayprogrammer
    @odayprogrammer 11 หลายเดือนก่อน

    Great work, thank you

  • @markusmcgee
    @markusmcgee 11 หลายเดือนก่อน +2

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

  • @cisimon7
    @cisimon7 11 หลายเดือนก่อน

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

  • @gokhanfromearth5735
    @gokhanfromearth5735 9 หลายเดือนก่อน

    great tutorial, thanks!

  • @weissmannrob
    @weissmannrob 8 หลายเดือนก่อน

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

  • @ezriouil
    @ezriouil 11 หลายเดือนก่อน

    Nice tutorial from morocco

  • @kyay10
    @kyay10 11 หลายเดือนก่อน +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

  • @TheZukkino
    @TheZukkino 11 หลายเดือนก่อน +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.

  • @user-yb6vl9nc9g
    @user-yb6vl9nc9g 11 หลายเดือนก่อน

    Great content!

  • @eric-ampire
    @eric-ampire 11 หลายเดือนก่อน

    This is a great video

  • @user-cv4vv6ie3b
    @user-cv4vv6ie3b 11 หลายเดือนก่อน +1

    Osm lecture ❤

  • @arozendojr
    @arozendojr 10 หลายเดือนก่อน +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

  • @offlineuser1888
    @offlineuser1888 10 หลายเดือนก่อน +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)?

  • @boskovaskovic
    @boskovaskovic 7 หลายเดือนก่อน +1

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

  • @ferg
    @ferg 8 หลายเดือนก่อน

    Awesome video

  • @renascienza.bazarclub
    @renascienza.bazarclub 11 หลายเดือนก่อน

    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?

  • @aleksamatic9558
    @aleksamatic9558 11 หลายเดือนก่อน +3

    When will compose IOS get to the beta state?

  • @gregas3068
    @gregas3068 8 หลายเดือนก่อน

    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?

  • @Narazgul
    @Narazgul 10 หลายเดือนก่อน

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

  • @BhanitGaurav
    @BhanitGaurav 10 หลายเดือนก่อน

    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?

  • @aseemsharma4643
    @aseemsharma4643 11 หลายเดือนก่อน

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

  • @niloythings
    @niloythings 3 หลายเดือนก่อน

    How do I change status bar color in compose multiplatform ?

  • @BenjaminBK
    @BenjaminBK 6 หลายเดือนก่อน +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

  • @samsadch
    @samsadch 11 หลายเดือนก่อน

    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?

  • @hestonic5114
    @hestonic5114 11 หลายเดือนก่อน

    How can we provide and use context in common main?

  • @teeesen
    @teeesen 7 หลายเดือนก่อน

    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 6 หลายเดือนก่อน +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.

  • @tuyulghost291
    @tuyulghost291 9 หลายเดือนก่อน

    what the different between compose multiplatform and kotlin multiplatform

  • @khaqim4148
    @khaqim4148 7 หลายเดือนก่อน

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

  • @mrkaydev
    @mrkaydev 11 หลายเดือนก่อน +2

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

  • @mckenytech8033
    @mckenytech8033 11 หลายเดือนก่อน

    Does map box navigation work with this?

  • @hak5448
    @hak5448 11 หลายเดือนก่อน

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

    • @notbambang
      @notbambang 11 หลายเดือนก่อน

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

  • @asmanmirza9083
    @asmanmirza9083 11 หลายเดือนก่อน

    Does KMM supports Material 3?

  • @michal_castek
    @michal_castek 9 หลายเดือนก่อน

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

  • @bettertoaster
    @bettertoaster 10 หลายเดือนก่อน

    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)

  • @neingtyyyy
    @neingtyyyy 10 หลายเดือนก่อน

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

  • @RaajKanchan
    @RaajKanchan 11 หลายเดือนก่อน +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 11 หลายเดือนก่อน

      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 11 หลายเดือนก่อน

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

    • @beefpancakez8097
      @beefpancakez8097 11 หลายเดือนก่อน +1

      UPDATE THE KOTLIN PLUGIN SERIALIZATION MINE FINALLY WORKED

    • @imharshvardhan
      @imharshvardhan 11 หลายเดือนก่อน

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

    • @imharshvardhan
      @imharshvardhan 11 หลายเดือนก่อน +1

      ah! got it, updated to 1.9.0 and it works

  • @dontknowunknow187
    @dontknowunknow187 10 หลายเดือนก่อน

    how to change screen like jetpack compose navigation?

  • @sunfisoft
    @sunfisoft 11 หลายเดือนก่อน

    hello is it available for web development too?

  • @34adse3
    @34adse3 8 หลายเดือนก่อน

    Excellent, but holy moly that’s complicated.

  • @samsadch
    @samsadch 11 หลายเดือนก่อน

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

  • @DaleKingProfile
    @DaleKingProfile 7 หลายเดือนก่อน

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

  • @vikashparajuli
    @vikashparajuli 8 หลายเดือนก่อน

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

  • @dmytrorysovanyi8815
    @dmytrorysovanyi8815 11 หลายเดือนก่อน

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

    • @letme4u
      @letme4u 11 หลายเดือนก่อน

      I believe they are using Ultimate version.

  • @ocramato
    @ocramato หลายเดือนก่อน

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

  • @hassanjamil841
    @hassanjamil841 9 หลายเดือนก่อน

    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!

  • @emlioms
    @emlioms 8 หลายเดือนก่อน

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

    • @verryondrums
      @verryondrums 8 หลายเดือนก่อน

      Probably never.... Because Apple 😅

  • @eduardoruesta5180
    @eduardoruesta5180 7 หลายเดือนก่อน

    Thanksss!!

  • @sage_ranjan
    @sage_ranjan 11 หลายเดือนก่อน +2

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

  • @khantsithuphyo5484
    @khantsithuphyo5484 7 หลายเดือนก่อน

    have tutorial for android+iso+smart tv ??

  • @loliconmaster7152
    @loliconmaster7152 11 หลายเดือนก่อน +1

    is it a bit difficult or am I just stupid that I can't get it well?

  • @BlackSkyCrew
    @BlackSkyCrew 19 วันที่ผ่านมา

    You look like Steve Jobs when he was jung))

  • @lutfiikbalmajid
    @lutfiikbalmajid 9 หลายเดือนก่อน

    can i develop it in Android Studio?

  • @destro4157
    @destro4157 3 หลายเดือนก่อน

    Hey is there a mentor that can guide me ?

  • @donfreeman686
    @donfreeman686 11 หลายเดือนก่อน

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

    • @firstnamelastname-oy7es
      @firstnamelastname-oy7es 10 หลายเดือนก่อน +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.

  • @kamil_supabase_enjoyer
    @kamil_supabase_enjoyer 11 หลายเดือนก่อน +1

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

  • @rohansuryawanshi1101
    @rohansuryawanshi1101 11 หลายเดือนก่อน

    👍👍👍 1:12

  • @oriohac
    @oriohac 11 หลายเดือนก่อน

    What will happen to KMM?

  • @US-Air-Forces
    @US-Air-Forces 7 หลายเดือนก่อน

    Can I write all of this in java?

  • @BantexMotoVlog
    @BantexMotoVlog 11 หลายเดือนก่อน

    Noice 🎉🎉🎉

  • @hestonic5114
    @hestonic5114 11 หลายเดือนก่อน

    Does anyone know, when I use IOS emulator, how can I look println's which I left in the code ???

    • @hestonic5114
      @hestonic5114 11 หลายเดือนก่อน

      I found solution. Press command + k (Mac hot key) when iPhone emulator is running to show logcat

  • @Daaaaaaavid
    @Daaaaaaavid 11 หลายเดือนก่อน +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 11 หลายเดือนก่อน

      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.