Ktor for Networking in Kotlin Multiplatform Mobile projects

preview_player
Показать описание
In this episode, we are going to create a real crossplatform mobile application with Kotlin Multiplatform Mobile. It will load data from the network with the #Ktor and display the result on the device screen, and the business logic will be written only once in the shared Kotlin #Multiplatform Mobile module.

#Kotlin #Ktor #Multiplatform
Рекомендации по теме
Комментарии
Автор

Thanks for these videos. Please make more. They are very helpful. I will start a new greenfield project next week using all these technologies including Jetbrains Compose. I'm very excited to see how this goes.

But I already wish the Ktor Client more be like Retrofit. It's a bit low level and to much boilerplate for my taste. I hope you work on that.

CommanderSteps
Автор

Just watching this video before sleeping to see how Kat is speaking. Beautiful

shoaibkhalid
Автор

Keen to try porting my Flutter client to KMM and start comparing. Thanks for the video (although I’m struggling a little with accent - apologies for mentioning this, but think you’d rather know, and I don’t think it’s too hard to fix).

johnpaulcarter
Автор

Very good video, I started to watch and could not stop, trying to repeat code and ideas from the video for my pet-project

zaleslawchannel
Автор

Very insightful. A few of the particulars have changed over the past year but this is a great starting point.

victorude
Автор

I have recently started paying little attention on KMM. I couldn't find much great resources about KMM. It's hard to setup environment for coding in KMM. Atleast hard for mid level android Developer. Is this worth to learn kmm ? Can we get more features in KMM?

gulabpatel
Автор

Thanks for explenation. I'm looking for a complete document or sample code to create plugins or features for Ktor. Please give the links if there is any good resource, thanks

hosseinamini
Автор

is there a separate iOS library for ktor client? like a cocoapods? spm? thanks

EmanNollase
Автор

For largen JSON tree within API response, is there any key decoding library similar to GSON converter or we don't need it to map the JSON data to Data Models ?

nirajtiwari
Автор

thanks, also could you do video about files uploading, x.509 certificates validation etc, jwt token etc

galaxiegalaxie
Автор

Having some issues with MainScope thinks it's not a method?

evanhaston
Автор

please any one answer
should i work on mac to create crossplatform mobile application with Kotlin Multiplatform Mobile ??

mohammedalgorrah
Автор

Please do the possible best pattern for KMM.

galaxiegalaxie
Автор

MainScope() is not importing please help

MrSaurabhnanda
Автор

Why did you stop making these videos????

CHONPRODUCTIONS