Тёмный
No video :(

Kotlin Multiplatform (KMP) VS Compose Multiplatform - Explained 

Stevdza-San
Подписаться 86 тыс.
Просмотров 30 тыс.
50% 1

Опубликовано:

 

6 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 45   
@aliakram1145
@aliakram1145 Год назад
I really like your cotent, please bring a series on KMP soon :)
@mracipayam
@mracipayam 11 месяцев назад
+1
@saranshsinghal132
@saranshsinghal132 Год назад
please bring more content love your 89vids jetpack compose course its excellent and top notch
@jam4l
@jam4l Год назад
I was actually confused when I read the title of the video, i thought it's some kind of a technological comparison, when we usually compare tow techs that do the same thing... I think you should talk compare KMM and KMP
@xavier4107
@xavier4107 2 месяца назад
Please do series of videos including with live tracking, local storage and many features using KMP and compose multiplatform technologies
@bigpiglove
@bigpiglove Год назад
Thanks you for explaining!
@deleater
@deleater Год назад
If I am not wrong then basically Compose Multi-platform is like Qt C++, one programming language for both business and GUI logic for all supported platforms Yay!!! This makes KM obsolete imo.
@deepakbisht4957
@deepakbisht4957 9 месяцев назад
How can it make Kotlin multi-platform obsolete😂😂? Can you elaborate??
@moonlightstudio
@moonlightstudio Год назад
so, compose multiplatform for android and desktop was stable now?
@StevdzaSan
@StevdzaSan Год назад
Well, Jetpack Compose is stable for Android and Desktop (Even though I haven't tried a Desktop yet.)
@moonlightstudio
@moonlightstudio Год назад
@@StevdzaSan ok, that's good news, I also want to make a desktop application for 3 platforms at once, if you have time, please make a tutorial to make a desktop application from beginners, thank you
@developer.emad.mehrez
@developer.emad.mehrez Год назад
Thanks that was super helpful
@hadjsaidaoumer3058
@hadjsaidaoumer3058 7 месяцев назад
thank you bro 👌👌i search for ( Compose for desktop) tutorial ?
@smoybelizaire4100
@smoybelizaire4100 9 месяцев назад
Hello sir how I can open the camera and take a photo in compose Multiplatform?
@vikashtiwari8360
@vikashtiwari8360 Год назад
Please make a course on jetpack compose
@StevdzaSan
@StevdzaSan Год назад
Here you go: stevdza-san.com/p/to-do-app-with-jetpack-compose-mvvm-android-development
@tutrieu3250
@tutrieu3250 Год назад
Hi sir. roadmap should learn Android is: Android Kotlin, Jetpack compose, and Kotlin multilplatform right ?
@StevdzaSan
@StevdzaSan Год назад
You got that right! 💪
@laujimmy9282
@laujimmy9282 Год назад
​@@StevdzaSandoes that mean xml ui is no longer needed?
@deepakbisht4957
@deepakbisht4957 9 месяцев назад
​@@laujimmy9282you can. as many existing apps still using XML, fragments and a lot of activities in their projects. So in the market you will find many companies are building new features with both Compose and XML but their existing code is still in XML and they have no plans to move their code from XML to compose as they are busy in developing new features instead of reinvesting their time in old things in XML that are working fine...
@abhiprayasaputra9426
@abhiprayasaputra9426 Год назад
What serialization used for ?
@StevdzaSan
@StevdzaSan Год назад
Its main purpose is to enable easy and efficient serialization and deserialization of Kotlin objects to and from various formats, such as JSON, XML, and binary formats like Protocol Buffers. This library is particularly useful when building Kotlin applications that need to exchange data with external systems or persist data in a standardized format.
@abhiprayasaputra9426
@abhiprayasaputra9426 Год назад
@@StevdzaSan Alright. Thanks for the information.
@danineira2
@danineira2 3 месяца назад
One question, do you recommend a MacBook air m3 16Gb to develop Apps with KMP? Is it enough to use Android Studio XCode with different emulators? Or it is worth jumping to the 18Gb macbook pro m3 pro. Thank you very much for your videos.
@StevdzaSan
@StevdzaSan 3 месяца назад
16 GB is okay, but I would advice 32 GB for the long run. :)
@xTheITx
@xTheITx 3 месяца назад
I use 16GB without issue, but if you can afford the extra ram I'd definitely get it
@henrik908
@henrik908 7 месяцев назад
Please answer this is it true that Cross Platform will replace native Developers ? I am so worried about it .
@tammyton
@tammyton 7 месяцев назад
Cross platform technologies have been around for ages, and native devs still exist. You're probably fine. But it's never a bad thing to experiment and keep yourself up to date with new tech.
@jopadjr
@jopadjr Год назад
190th... Thanks
@rizwanshah735
@rizwanshah735 5 месяцев назад
As a newbie what should i choose?
@StevdzaSan
@StevdzaSan 5 месяцев назад
Kotlin!
@rizwanshah735
@rizwanshah735 5 месяцев назад
@@StevdzaSan thanks
@haf0
@haf0 Год назад
can we use kotlin/compose multiplatform in windows?
@StevdzaSan
@StevdzaSan Год назад
Yeah, sure, why not.
@vladimirkraus1438
@vladimirkraus1438 8 месяцев назад
According to my experience, it was extremely slow and memory hungry. But he learning curve is much easier than for Flutter.
@nipunshah1373
@nipunshah1373 Год назад
"Compose Multiplatform" appears as to be true arch-nemesis of FLUTTER, Does It ??
@ShubhamSinghMusic
@ShubhamSinghMusic Год назад
😂 right
@noelgomile3675
@noelgomile3675 Год назад
It's interesting indeed but will someone that's already invested in Flutter instantly switch over 🤔 I don't think so.
@vladimirkraus1438
@vladimirkraus1438 8 месяцев назад
So far Flutter is so far ahead that I tend to think Compose can never catch up... I tried Compose on desktop and it was a disaster... it was extremely slow and memory hungry when compared to Flutter.
@sendhur_muthu
@sendhur_muthu 7 месяцев назад
@vlad Is that true? Can we not uses Compose multi platform for desktops? Using it will reduce performance?
@vladimirkraus1438
@vladimirkraus1438 7 месяцев назад
@@sendhur_muthu According to my simple tests, Flutter had better performance and consumed less memory. But you should make some simple tests for yourself.
@gofudgeyourselves9024
@gofudgeyourselves9024 Год назад
Make a video on how to migrate exisiting native android and ios project to kotlin multiplatform. No one is gonna start from scratch
@StevdzaSan
@StevdzaSan Год назад
I've already made a video about KMP, and using android with other platforms.
@gofudgeyourselves9024
@gofudgeyourselves9024 Год назад
@@StevdzaSan can u share link. I couldn't find it. You have made videos about using Kmp project from start and not using KMP in exisiting native android
@StevdzaSan
@StevdzaSan Год назад
@@gofudgeyourselves9024 That's the one. You can figure it out from that video already. You also have the source code of that project as well.
Далее
Аруси Точики ❤️❤️❤️
00:13
Просмотров 288 тыс.
Cute kitty gadget 💛💕
00:23
Просмотров 9 млн
You can do desktop too! by Victor Kropp
37:29
Просмотров 11 тыс.
Flutter vs Kotlin Multiplatform | Which is better ?
6:38
Kotlin in 100 Seconds
2:22
Просмотров 1,2 млн
Аруси Точики ❤️❤️❤️
00:13
Просмотров 288 тыс.