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

You’ve done all the JSON parsing manually until now. Throughout this lesson, you’ll learn:

  • The purpose of the Moshi library.
  • How to include Moshi in an Android project and use it with Retrofit.
  • How to parse JSON with Moshi.

This lesson will give you the knowledge and practical examples needed to effectively incorporate JSON parsing into your Android apps and to automatically convert Retrofit requests and responses into Kotlin objects.

See forum comments
Download course materials from Github
Previous: Quiz: Make Request With Retrofit Next: Instruction 1