kTor Android Client Tutorial - Performing Simple GET Request

Поділитися
Вставка
  • Опубліковано 27 жов 2022
  • Tired using Retrofit? Let's try kTor Android Client. In this kTor Android Client Tutorial we will learn performing a simple HTTP GET request to fetch list of popular movies from TMDB API.
    Get the source code here
    👉 www.simplifiedcoding.net/ktor...
    Please SHARE this video with your friends ❤️❤️
    In this course I've used the following things
    👉 Jetpack Compose. • Jetpack Compose Crash ...
    👉 Dependency Injection. • Android Dependency Inj...
    👉 Kotlin Coroutines • #1 Kotlin Coroutines T...
    Finally, If you love my content please SHARE my courses with your friends. You can share this course on your Facebook, WhatsApp, etc.
    For more content related to Software Development visit my website.
    👉 www.simplifiedcoding.net
    You can SUPPORT me if you want
    👉 Patreon: / belalkhan
    👉 UPI (India Only): probelalkhan@okaxis
    👉 PayTM (India Only): +917549161079
    👉 PayPal: www.paypal.me/probelalkhan
    You can also check some of my other courses from these links
    👉 Dart Programming Tutorial: bit.ly/2S8y0Pu
    👉 Kotlin Programming Tutorial: bit.ly/2Q2puRm
    👉 Android MVVM Tutorial: bit.ly/3iLfVzu
    👉 Android Game Development Tutorial: bit.ly/38JmltC
    👉 Retrofit Android Tutorial: bit.ly/2DEwAl1
    👉 Android RecyclerView Tutorial: bit.ly/2TqVjPz
    👉 Android Room Tutorial: bit.ly/2PfQHeN
    👉 Firebase Auth Tutorial: bit.ly/2WUGhEo
    👉 Android Notification Tutorial: bit.ly/2Sc6jQl
    👉 Building a Complete Wallpaper App: bit.ly/30UN8zV
    👉 Build Tic Tac Toe in Android: bit.ly/30goxW0
    ❤️❤️ Thank You All for the Love and Support ❤️❤️
    #ktorandroidclient
    #ktor
    #androiddevelopment
  • Наука та технологія

КОМЕНТАРІ • 7

  • @donables4784
    @donables4784 Рік тому +2

    Thanks for putting in the effort to produce this. Got it to work the first try following the video. Note: It was helpful to double check your final branch in Git Hub to fill in some of the minor points that I missed. Very clean work.

  • @ruskiikoshka
    @ruskiikoshka Рік тому +1

    Really nice, thank you!

  • @Neko-Pro-Watcher
    @Neko-Pro-Watcher Рік тому

    Thank you, I learned a lot.

  • @anmolsinghsahi5612
    @anmolsinghsahi5612 Рік тому

    can't use JsonFeature with the updated dependency. Please help

  • @muhammadhassaansiddiqi8586
    @muhammadhassaansiddiqi8586 Рік тому

    please use light back gound it is hard to grab content in dak mode.

  • @testchannel3103
    @testchannel3103 Рік тому

    plz make video on sync adapter with roomdatabase

  • @johniqorgg
    @johniqorgg 3 місяці тому +2

    new ktor update for installing json feature ->
    install(ContentNegotiation) {
    json(Json {
    prettyPrint = true
    isLenient = true
    ignoreUnknownKeys = true
    })
    }