Summary
In this chapter, we learned how to perform network calls with Retrofit. Moreso, we learned how to take advantage of Kotlin coroutines to perform asynchronous network requests in our app and refactored our app to fetch some cute cats with Kotlin coroutines.
In the next chapter, we will be looking at another Jetpack library, Jetpack Navigation, to handle navigation in our app.