HTTP Requests in Kotlin Multiplatform With Ktor - KMP for Beginners

preview_player
Показать описание
In this video I'll show you how you can make HTTP requests with Ktor in Kotlin Multiplatform.

👉 Secure the limited bonus course "Testing Large-Scale Multi-Module Android Apps" (only available for one week):

👉 Save 25% discount on all of my courses (discount code SUMMER):

💻 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:
Рекомендации по теме
Комментарии
Автор

I'm new to this ecosystem. I want to recognize ur consistency in giving out stuffs to keep us glued to this amazing technology. Thanks

NATAR
Автор

Write an application using clean architecture and compose multi-platform and DI, Thanks

Kusumiofficial
Автор

Phillip, thank you very much for everything you do. You're like a rock star in the android world)

stasleonov
Автор

Hats off to you for amazing tutorials and informative videos.

axifimrofficial
Автор

Great video as always. Would it be a good idea to use expect/actual approach to initialize engine for each platform?

comicsans
Автор

Please make vedio about how handle with files in kmp, or how get image from gallery in kmp.
Thanks.

sjxyqlg
Автор

Hi Phillip, can you provide tutorials for symbolicating KMM crashes on the iOS app side

kanishkarkanish
Автор

Just what the fuck I needed, Phillip. Thanks homie G

joeybasile
Автор

Could you make a video on how to test ViewModel in kmp? I used to use Junit dependencies to set some rules for Coroutines, but I'm not succeeding on importing Junit on commonTest.dependencies. Therefore, perhaps there are better ways to test the ViewModel in kmp

strok
Автор

In the jetpack compose using MVVM how to use the drawer in multiple screens ?

AbuSaeeTech
Автор

Why would you not use CIO Engine as a unique client for all 3 platformes ?

suchizgames
Автор

why didn't you use the view model?

Anolcera
Автор

Ktor Client can auto detect the engine on the classpath, so no need to pass it manually

hktbtw
Автор

Hello Philip I prefer interfaces that are more "object oriented" way to implement specific logic per platform. Would it be wise to use interfaces instead of actual/expect methanism?

andreaslinis
Автор

How we can add certificate to our client ?

taiebslama
Автор

Why don't you try with the Network Inspector for Android? :)

panagiotismargaritis
Автор

how we can add certificate to our client

taiebslama
Автор

Why the logging does not work for Android? How to fix?

kaletsugas
Автор

bro which is the best in cross-platforms flutter or kotlin mutltiplatform

ekxljik
Автор

In the jetpack compose using MVVM how to use the drawer in multiple screens ?

AbuSaeeTech