Introduction

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Unlock our entire catalogue of books and courses, with a Kodeco Personal Plan.

Unlock now

In context mobile development, security and efficient data handling are paramount. As developers, it’s crucial to ensure that your apps communicate with web services securely and efficiently.

In this lesson, you’ll learn:

  • What the purpose of authentication is.
  • What interceptors are and how to use them with Retrofit.
  • How to use reactive authentication with Retrofit.
  • How to log network traffic for requests and responses.
See forum comments
Download course materials from Github
Previous: Quiz: Use retrofit with coroutines Next: Instruction