Filters

Hide filters
Platform
Content Type
Difficulty

All Tutorials · 6 Results

Contained in: Android Networking: Beyond the Basics kotlin coroutines
Android & Kotlin

Use Kotlin Coroutines to Shorten API Calls

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
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

…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

…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

…finish off the course, and practice learning about Kotlin Coroutines in Retrofit, simplify the rest of the calls…
Android & Kotlin

Conclusion

…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