Hi Phillip! I'm following this series closely, thanks for it. I'd like to contribute that to have the Desktop app run by clicking the run button you could: * Open the Run Configuration settings * Add a Shell configuration name it DesktopApp if you want * On the window set it to run the script from "text" not "From File" * Add those parameters "./gradlew run" and ensure that the absolute path of the configuration is the project folder * Save and run it as normal in the drop-down list. Hope it helps others. Maybe you can review that with others in the next video. I know you'll get what I mean. Thanks again for the videos. Can't wait for more.
Hello Phillip! I've been following your channel for a while and all your videos are great. And this is a great video related to expect/actual. I want to request you to make a video on checking and listening internet connection and type of connection in Kotlin/Compose Multiplatform. This will be very helpful for me and many others. I hope this will be posted soon and Thank you for all those videos.
In the case of BatteryManager what if we just use the interface BatteryManager and then implement it in androidMain and nativeMain without expect/actual keywords? What will happen then? Wouldn't it be the same and why not?
Hello phillip i have this issue when try to add ios app, i am using macBook Pro 2019 Empty execution target drop down when xcode has simulators other than iPhones
Philipp, on these paid courses you have, like the KMP course on the description, do you keep it up to date with the latest changes on the APIs? Like, on the course description it says you use SQLDelight for local database, but know that Room is coming for KMP, will you update the course to include room as an alternative? Same to Compose Multiplatform. On the FAQ it says it isn't on a "good stage yet", but maybe this answer was written a while ago, and now Compose Multiplatform seem to be in a good stage to be included. Will you include it on the course?
The courses are kept up-to-date with breaking changes. Updating single technologies is close to impossible to do well structured without re-recording the entire course since most lessons will depend on these technologies. Just because Room is out doesn't mean that there's no place for SQLDelight, both are viable libraries, so that's something I wouldn't update. Also, just because CMP is out doesn't mean every KMP app has to use it. There's still value in native UI since it will look and feel native. You don't get that with CMP. Once it becomes more stable, I'll make a separate course about it.
Can we use native kotlin and swift native firebase libraries using expect and actual to perform user authentication since firebase has no official support for KMM yet
Liveview Native has a major advantage over KMP compose if you want the UI code to be native.... The way i prefer to write applications (multi-platform) is to provide a consumable backend API usually Phoenix or Rust ( Warp ), and SwiftUI, Jetpack Compose or web3 (Leptos || Sycamore || Yew || HTMX) to handle the UI. All of the common stuff is better in C using the android NDK, iOS has always supported C and its now possible to write common code in Rust so Win! Win!
@@PhilippLackner you're funny! "great technology", sorry, I don't understand German. Let me Microsoft translate that? Oh, you mean "it's shit"! Crazy build times ( 8.5 mins for a Hello World app on an M3 for ios+android only! ), no logging, partially supported Compose, half the libraries don't work.
It didn't work for my laptop correctly and it was always showing 100% so I had to calculate it manually. val scale = batteryLevel.currentCapacity.toFloat() / batteryLevel.maxCapacity.toFloat() val value = (scale * 100.0).roundToInt()
Hi Phillip! I'm following this series closely, thanks for it. I'd like to contribute that to have the Desktop app run by clicking the run button you could:
* Open the Run Configuration settings
* Add a Shell configuration name it DesktopApp if you want
* On the window set it to run the script from "text" not "From File"
* Add those parameters "./gradlew run" and ensure that the absolute path of the configuration is the project folder
* Save and run it as normal in the drop-down list.
Hope it helps others. Maybe you can review that with others in the next video. I know you'll get what I mean. Thanks again for the videos. Can't wait for more.
Phillip, once I start learning a topic about development - you start making videos about it. It is unbelievable 😅
My day is missing you 😂❤
Can't wait for a full clean architecture kmp tutorial.Great work 👍
yeah also waiting clean arch + mvvm + api some app
Bruh the 20:34 mark made me cackle a lil bit but wonderful work 🤣Im kind of starting to feel the urge to start mown project
trying to understand what that was xD
Amazing. 🎉 have to switch from backend to frontend development now!
Hello Phillip!
I've been following your channel for a while and all your videos are great.
And this is a great video related to expect/actual.
I want to request you to make a video on checking and listening internet connection and type of connection in Kotlin/Compose Multiplatform. This will be very helpful for me and many others.
I hope this will be posted soon and Thank you for all those videos.
Great video. I like where this series is heading!
Thanks Dale!
Great video again. Thanks for sharing this
Thanks for the video. We are waiting impatiently a full tutorial for a real world App with API requests
love it as alwayss, thanks phillip
In the case of BatteryManager what if we just use the interface BatteryManager and then implement it in androidMain and nativeMain without expect/actual keywords? What will happen then? Wouldn't it be the same and why not?
Amazing tutorial, thanks Philipp
Your timing is impeccable!!! Thank you my GOAT 🐐
Can we do networking next?
I have a video on ktor already, I don't think there's any difference in the implementation for KMP :)
Hello phillip
i have this issue when try to add ios app, i am using macBook Pro 2019
Empty execution target drop down when xcode has simulators other than iPhones
Can we Use Room database for Ios App in Kmp projects ?
Yes
For simple stuff like engines, clients etc I use expect/actual but for a concrete implementation (storage access etc) I use delegations
Amazing like always!!! Ty ❤
is it mandatory to have xcode installed when i am building KMP project in mac os, I am getting xcode not installed error
Philipp, on these paid courses you have, like the KMP course on the description, do you keep it up to date with the latest changes on the APIs? Like, on the course description it says you use SQLDelight for local database, but know that Room is coming for KMP, will you update the course to include room as an alternative? Same to Compose Multiplatform. On the FAQ it says it isn't on a "good stage yet", but maybe this answer was written a while ago, and now Compose Multiplatform seem to be in a good stage to be included. Will you include it on the course?
The courses are kept up-to-date with breaking changes. Updating single technologies is close to impossible to do well structured without re-recording the entire course since most lessons will depend on these technologies. Just because Room is out doesn't mean that there's no place for SQLDelight, both are viable libraries, so that's something I wouldn't update.
Also, just because CMP is out doesn't mean every KMP app has to use it. There's still value in native UI since it will look and feel native. You don't get that with CMP. Once it becomes more stable, I'll make a separate course about it.
Can we use native kotlin and swift native firebase libraries using expect and actual to perform user authentication since firebase has no official support for KMM yet
Liveview Native has a major advantage over KMP compose if you want the UI code to be native.... The way i prefer to write applications (multi-platform) is to provide a consumable backend API usually Phoenix or Rust ( Warp ), and SwiftUI, Jetpack Compose or web3 (Leptos || Sycamore || Yew || HTMX) to handle the UI. All of the common stuff is better in C using the android NDK, iOS has always supported C and its now possible to write common code in Rust so Win! Win!
I have windows laptop and a ios phone. Can i run ios app on my physical ios device ?
Thanks a lot, This is my time to say shut up to my flatter Developer friend. Could please make a video of each platform trigger notification
Could you please do a video on creating a custom multiplatform library?
Are you going to post videos about SwiftUI?
i am getting error as Unresolved reference: platform , in iosMain and nativeMain, what to do, i checkedout the code from your github
Nice explained
Привет из Казахстана. Большое спасибо за видео❤, можете снять про архитектуру приложений на kmp?
When will the series complete ?how much videos are you going to make ?
No idea haha
0:00 pause
could u make another video on google sign in cuz a lot of things have changed plzzz
we want compose google maps with expect/actual and cocoapods setup pls!!!
Why not interface/impl, though?
🎉❤❤❤
👍
All I understand is it's similar to an interface
Why does your face cam video look like 420p 😂
The fact that you have 23,853 unread emails is incredible.
Son, why did you go back to KMP after a long time? It's still so immature/weak/flaky
It's a great technology
@@PhilippLackner you're funny! "great technology", sorry, I don't understand German. Let me Microsoft translate that? Oh, you mean "it's shit"! Crazy build times ( 8.5 mins for a Hello World app on an M3 for ios+android only! ), no logging, partially supported Compose, half the libraries don't work.
@@j2shoes288 dude, you drank, go sleep
It didn't work for my laptop correctly and it was always showing 100% so I had to calculate it manually.
val scale = batteryLevel.currentCapacity.toFloat() / batteryLevel.maxCapacity.toFloat()
val value = (scale * 100.0).roundToInt()