Expect/Actual in Kotlin Multiplatform - KMP for Beginners

preview_player
Показать описание
In this video I'll show you how Expect/Actual in Kotlin Multiplatform works!

💻 Let me be your mentor and become an industry-ready Android developer in 10 weeks:

⭐ Courses with real-life practices
⭐ Save countless hours of time
⭐ 100% money back guarantee for 30 days
⭐ Become a professional Android developer now:

Get my FREE PDF about 20 things you should never do in Jetpack Compose:

Join my Discord server:

Get the source code for this video on GitHub:
Рекомендации по теме
Комментарии
Автор

Phillip, once I start learning a topic about development - you start making videos about it. It is unbelievable 😅

purplehazer
Автор

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.

MixwellSidechains
Автор

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 YouTuber. You're an inspiration, and I have a lot of respect for you, big brother. ❤

rjuYT
Автор

Thanks for the video. We are waiting impatiently a full tutorial for a real world App with API requests

kinggeorges
Автор

For simple stuff like engines, clients etc I use expect/actual but for a concrete implementation (storage access etc) I use delegations

moldovanpeter
Автор

Great video. I like where this series is heading!

DaleHawkins
Автор

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

fsfaysalcse
Автор

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

TiagoDvl
Автор

Your timing is impeccable!!! Thank you my GOAT 🐐
Can we do networking next?

ntikomathaba
Автор

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

anudeepananth
Автор

Can we Use Room database for Ios App in Kmp projects ?

ayushrai
Автор

could u make another video on google sign in cuz a lot of things have changed plzzz

muhurthreddy
Автор

Привет из Казахстана. Большое спасибо за видео❤, можете снять про архитектуру приложений на kmp?

Hayabusa
Автор

Are you going to post videos about SwiftUI?

vertique
Автор

Can't wait for a full clean architecture kmp tutorial.Great work 👍

PascarlHome
Автор

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?

mariamuitomole
Автор

we want compose google maps with expect/actual and cocoapods setup pls!!!

fpghdxy
Автор

i am getting error as Unresolved reference: platform, in iosMain and nativeMain, what to do, i checkedout the code from your github

soumyajeetnayak
Автор

When will the series complete ?how much videos are you going to make ?

wog
Автор

All I understand is it's similar to an interface

CSAbhiOnline