Finished the MVVM Shopping list playlist yesterday and this one today. I learned a lot about MVVM design and clean architectures, but I still feel like I don't fully understand the concepts. I think with more practice, I'll get there. You're a great mentor, man. I've been following your channel for a while and have watched some of your playlists, like Android Basics and other individual videos. But from yesterday, I'm going to start watching all your playlists in order. In your early videos, you used to ask if there was anything you could improve upon or if we didn't understand something. You were always looking for ways to improve. And now you've become a great mentor and TH-camr. You're an inspiration, and I have a lot of respect for you, big brother. ❤
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.
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!
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
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
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.
@@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()
Phillip, once I start learning a topic about development - you start making videos about it. It is unbelievable 😅
Finished the MVVM Shopping list playlist yesterday and this one today. I learned a lot about MVVM design and clean architectures, but I still feel like I don't fully understand the concepts. I think with more practice, I'll get there.
You're a great mentor, man. I've been following your channel for a while and have watched some of your playlists, like Android Basics and other individual videos. But from yesterday, I'm going to start watching all your playlists in order.
In your early videos, you used to ask if there was anything you could improve upon or if we didn't understand something. You were always looking for ways to improve. And now you've become a great mentor and TH-camr. You're an inspiration, and I have a lot of respect for you, big brother. ❤
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.
Amazing. 🎉 have to switch from backend to frontend development now!
My day is missing you 😂❤
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 again. Thanks for sharing this
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!
Can't wait for a full clean architecture kmp tutorial.Great work 👍
yeah also waiting clean arch + mvvm + api some app
For simple stuff like engines, clients etc I use expect/actual but for a concrete implementation (storage access etc) I use delegations
Thanks for the video. We are waiting impatiently a full tutorial for a real world App with API requests
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
Great video. I like where this series is heading!
Thanks Dale!
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
love it as alwayss, thanks phillip
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 :)
Could you please do a video on creating a custom multiplatform library?
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
Amazing like always!!! Ty ❤
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
I have windows laptop and a ios phone. Can i run ios app on my physical ios device ?
Can we Use Room database for Ios App in Kmp projects ?
Yes
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
Привет из Казахстана. Большое спасибо за видео❤, можете снять про архитектуру приложений на kmp?
0:00 pause
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.
Nice explained
we want compose google maps with expect/actual and cocoapods setup pls!!!
i am getting error as Unresolved reference: platform , in iosMain and nativeMain, what to do, i checkedout the code from your github
Are you going to post videos about SwiftUI?
could u make another video on google sign in cuz a lot of things have changed plzzz
Why not interface/impl, though?
When will the series complete ?how much videos are you going to make ?
No idea haha
🎉❤❤❤
👍
The fact that you have 23,853 unread emails is incredible.
All I understand is it's similar to an interface
Why does your face cam video look like 420p 😂
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()