Advanced Android Data & Networking
Learn where the data behind your apps comes from! You’ll learn how to use multiple technologies to persist data, including SQLDelight, Android DataStore, and others. You’ll also learn about making network calls to retrieve data using techniques such as Retrofit and Coroutines, image wrangling with Picasso, OkHttp Interceptors, and more.
Advanced Android Data & Networking
After completing this learning path…
…you’ll have covered a lot of ground, by getting “behind the scenes” and learning about all the options for persisting data in Android apps, as well as how to work with data and API calls over a network with REST APIs. You’ve also gone into depth with Coroutines to help you manage your concurrent tasks, which is a common paradigm in modern networking.