Yet another concept being explained clearly by Philipp
@osisuper982 жыл бұрын
Thank you Phillipp. We can’t wait for more series.
@venkatesh43072 жыл бұрын
One can understand the beauty of KMM only if he feels the sugar of Kotlin. Creating almost complete native apps with Kotlin will be a game changer for medium or large scale projects. Please move forward with implementation of ios dependencies😃
@maxd72282 жыл бұрын
Thanks Philipp for making these videos, I finally moved on from Java to Kotlin and regret not starting sooner, excited for the new videos your putting out. I’m sure you’ve been asked this many times, but are you planning on returning to stream on twitch? Or are you streaming elsewhere?
@tjkn87342 жыл бұрын
I wonder if you could make a SwiftUI crash course just enough for us Android devs to implement it in a KMM project? Thanks in advance, Philipp.
@232techtalk2 жыл бұрын
Thanks Philipp
@mrwhite41372 жыл бұрын
yes please go more complex with cocoapods and ios stuff
@maxd72282 жыл бұрын
I have mixed feelings on KMM, it needs more time to mature. I hope it takes off, but time will tell. Excited for this series, especially seeing a complete app made for both platforms.
@mustafaammar5512 жыл бұрын
very cool video you are the best 👍👍👍👍👍👍
@jepp259072 жыл бұрын
Have you ever thought about doing a refractoring video? E.g. a viewer of yours could send in their own android project, and you could go through it and critique/refractor it?
@codeforandroid2 жыл бұрын
Very Interesting 🔥🔥🔥🔥
@IsuruKusumal2 жыл бұрын
Looks like Phill change his mind on KMM
@balubollam73042 жыл бұрын
I liked the video.Thanks to the author
@talalmaman9572 жыл бұрын
Hello Philip Can you please make a couple of courses for Graphql and jetpack compose and firebase with jetpack compose
@Bazixxx6 ай бұрын
Wondering how much of the ui components can be written with KMM in generic way or if we end up doing everything twice
@persona22932 жыл бұрын
Looking forward for iOS dependencies video. Actually, this is a LOT better than using Flutter. Flutter is same at "Javascript Hell", brought to mobile development.
@k4ba2 жыл бұрын
That's because Flutter is overpopulated with JS devs bringing their ugly practices into Flutter hehe
@viniciusps0110 ай бұрын
You're probably new to programming! Dart is really different from JavaScript! It is one of the most beautiful and pleasant language available nowadays!
@theophilus4942 жыл бұрын
thank you Phillip
@ahmedshakr78022 жыл бұрын
Good bro... Can i use jetcomponants in multiplatform kotlin?!
@shahriarzaman4715 Жыл бұрын
Hey Philipp! I have a full android app with Koltin and compose, but I'm struggling to add desktop support for this app. There are no resources available. Can you help me out?
@fuzakeya2 жыл бұрын
Unlike flutter, you can't run the iOS part of the app if you don't have a macOS machine. It'd be great to see a KMP Android + Desktop app for those who use Linux (or God forbid, Windows 😅) just to grasp the concept.
@viniciusps0110 ай бұрын
You can't do that with Flutter as well! You're required to use a macOS machine!
@viniciusps0110 ай бұрын
You can't do that with Flutter as well! You're required to use a macOS machine!
@marlonlom2 жыл бұрын
what about dynamic feature modules in KMM?
@BrunoRibeiro-kz1np2 жыл бұрын
An idea -> Would it be possible to inject values into Shared and then solve it on commonMain? I mean like a Clean Arch with dependecy injection that serves all the data we need injected into Shared. Or is it Shared the only module we can have in KMM?
@shelarsameer2 жыл бұрын
Please make a video on common viewmodel implementation.
@EmanNollase2 жыл бұрын
The next possible video would be is how to make a networking call that would be shared by both? I know ktor has a basic example for this but what if i want to use concurrency framework on the ios side?
@cashat2 жыл бұрын
Thank you very much , Expect keyword look to me like an interface, & Actual keyword as an implementation .
@onlyshorts6837 Жыл бұрын
hello Philipp , amazing videos and tutoriels you provide for kotlin , just i recently moved from java to kotlin , and when i create a new project , i cannot find 'iosapp' folder app , so can you please describs the steps to open a new project like you did in the tutoriels ?
@albertocastro54962 жыл бұрын
I hope that eventually AS will have another way of displaying the project structure for KMM projects. Right now it looks like a huge sea of folders. I think a simple app without IOS dependencies should come before one that needs them.
2 жыл бұрын
Thanks for the video, it's nice, I have a question, not sure if makes sense what I want to ask, Is possible to combine multiple modules and KMM, where all the businesses logic is shared and belongs to the data and the domain module?
@souptiknath46682 жыл бұрын
Which theme are you using in Android studio?
@PhilippLackner2 жыл бұрын
Xcode dark
@theai20202 жыл бұрын
Can you make video on services using bound service and explain AIDL
@shahar199712 жыл бұрын
Waiting to hear about Arrow functional programming
@nguyencodervn2 жыл бұрын
THANK YOU
@handlerhandle1232 жыл бұрын
Can you please make a video on how to debug the iOS side (if possible)?
@elnoveno37992 жыл бұрын
Can you do a tutorial of jacoco ?
@yoshidis42 жыл бұрын
I would love to see a simple app that doesn't need any dependencies, and then expand from there
@maskedredstonerproz2 жыл бұрын
I don't know what I expected the shared module to look like, but this was NOT it
@EusouGabrielChen11 ай бұрын
thanks!
@aliisazadeh69732 жыл бұрын
please make more about KMM what about a big app with more then 5h video ? I promise I will watch all of that
@CryptoCodeZone2 жыл бұрын
I'd say Basics first like the Ios dependencies so we do not need to backtrack back to it later
@szymonlipiec14112 жыл бұрын
So we need pure Kotlin for everything? Kotlin for backend JVM development uses a lot of Java libraries/frameworks, which makes it easy to develop. How is KMM multiplatform if you need to implement views in SwiftUI and backend in pure Kotlin using only a few libraries that are PURE Kotlin? What if a library uses some piece of java code? Is it an utterly useless library then?
@PedroBarbosaRoman2 жыл бұрын
For shared parts of the code, yes, you can only use a pure Kotlin library. I think you can use a KMM library that can use different libs inside it but I'm not sure. I don't know how we communicate with the iOS UI through the shared code but I know it is possible and with SwiftUI is even easier since all we have to do is provide bindings for observing state and actions.
@abelmengesha37732 жыл бұрын
first viewer here 🔥
@francescofreddi43742 жыл бұрын
Simple app without ios dependency, please... after is better to will see
@gamingninja20 Жыл бұрын
I am depressed watching these videos.
@Sc2MooDy2 жыл бұрын
First 🤩
@ankitverma39322 жыл бұрын
I would go for flutter instead of KMM . @Philipp Lackner you should start flutter tutorials
@bitwisedevs4692 жыл бұрын
We're getting first class support with native from its company, we have full control and understanding of underlying API and behavior, we have more stable and dedicated APIs that works faster and doesn't depend too much on individual third party. The only reason to go down with Flutter is if the project is not complex and tight deadline.
@TateJenny3 ай бұрын
Garcia Paul Taylor Thomas Clark Joseph
@mubaraknative Жыл бұрын
Kmm In Beta
@md.zahidhasansohan69212 жыл бұрын
Lost like fuck ♂️I don’t tNice tutorialnk I really got the patience for tNice tutorials I wanna punch my fuckin lap top so good rn if any producers read tNice tutorials please
@tibrec82 жыл бұрын
Learn ios to learn kmm🤣🤣🤣
@bitwisedevs4692 жыл бұрын
Which is good as you'll get a new set of skills in your arsenal.
@tarekrefaei902 жыл бұрын
I think this is wasting of the time.. you can instead using flutter cause it is simple than or until they make a huge improvement in KMM
@PhilippLackner2 жыл бұрын
Flutter is not native, KMM is
@tarekrefaei902 жыл бұрын
@@PhilippLackner this is the only thing that makes it better