Contained in: Android Networking: Beyond the Basics
kotlin coroutines
Android & Kotlin
Use Kotlin Coroutines to Shorten API Calls
Sep 8 2022 · Lesson
Remove the Callback object from Retrofit, and wrap calls in Kotlin Coroutines to simplify the code and make it easier to understand…
Android & Kotlin
Android Networking: Beyond the Basics
Sep 8 2022 · Video Course (39 mins)
Implement advanced concepts in the Retrofit library in Android, and add interceptors and parsers. Learn how Kotlin Coroutines can make your networking code easy to write and understand…
Android & Kotlin
Conclusion
Sep 8 2022 · Lesson
…parsers, to automatically parse data into feasible structures. Finally, after implementing the entire API and clearing up code as much as possible, you used Kotlin Coroutines, to simplify the code, even more, maximizing the support you get from Retrofit and Kotlin. That’s quite a lot to take…
Android & Kotlin
Introduction
Sep 8 2022 · Lesson
…introduction to Kotlin Coroutines and learn about how Retrofit has built in support. Discover why coroutines are a modern way of threading and networking…
Android & Kotlin
Challenge: Coroutines
Sep 8 2022 · Lesson
…finish off the course, and practice learning about Kotlin Coroutines in Retrofit, simplify the rest of the calls…
Android & Kotlin
Conclusion
Sep 8 2022 · Lesson
…over all the cool concepts you’ve covered in the third part of the course. Prepare for the last part of the course, and Kotlin Coroutines…