How to Build a Simple REST API With Ktor + Android App

Опубликовано: 28 Сентябрь 2024
на канале: Philipp Lackner
62,366
1.4k

Building a REST API in Kotlin made easy. Learn it in this video.

Find my Ktor courses here (15% off with discount code KTOR_LOVERS):
https://pl-coding.com/premium-courses...

💻 Let me personally review your code and provide individual feedback, so it won't backfire and cost you a fortune in future:
https://elopage.com/s/philipplackner/...

Subscribe to my newsletter for regular Android, Kotlin & Architecture advice!
https://pl-coding.com/newsletter

Join this channel to get access to perks:
   / @philipplackner  

Initial app source code:
https://github.com/philipplackner/Rab...

Final app source code:
https://github.com/philipplackner/Rab...

Ktor backend source code:
https://github.com/philipplackner/kto...

Regular live codings on Twitch:
  / philipplackner  

Join my Discord server:
  / discord  

Regular programming advice on my Instagram page:   / _philipplackner_  
Checkout my GitHub: https://github.com/philipplackner

You like my free content? Here you can buy me a coffee:
https://www.buymeacoffee.com/philippl...

00:00 - What we will build
01:13 - Generating the Ktor project
09:50 - Exploring & setting up the Ktor project
16:30 - Random rabbit route
25:40 - Setting up Retrofit
28:25 - AppModule
30:35 - MainViewModel
33:58 - RabbitApp
34:53 - Setting up the UI
40:22 - Where you can learn more about Ktor