OkHttp Interceptors in Android

May 25 2021 · Kotlin 1.4, Android 5, Android Studio 4.1

Part 1: Implementing OkHttp Interceptors

01. Learn about OkHttp Interceptors

Episode complete

Play next episode

Next
About this episode
Leave a rating/review
See forum comments
Cinema mode Mark complete Download course materials
Next episode: 02. Set Up the Project

Notes: 01. Learn about OkHttp Interceptors

Prerequisites for this course are Android Studio 4, Kotlin 1.4, and either a physical device that can run Android 5 (API 21) or above or an emulator with the same support.

Prior experience with performing network operations using Retrofit and OkHttp is also required since this course focuses on using OkHttp Interceptors.