Android Retrofit Fundamentals
Despite its decade-spanning lifetime, Retrofit is far from old news. It is a must-have tool for most Android applications that reach out to the network. This course will teach you how to use this popular library for consuming remote APIs in a type-safe manner, from the very first steps all the way to its more advanced concepts.
(Update)
(Update)
A few more words about this course
By the end of the course you will have mastered:
(topics which viewers will learn)
(topics which viewers will learn)
- How to use the most commonly used HTTP verbs (GET, POST, PATCH, DELETE) with Retrofit
- How to send request bodies to the backend
- How to add query parameters, dynamic path segments and additional HTTP headers (for e.g. authentication)
- How to send data in different content encodings (e.g. multipart, application/json)
- How to integrate Retrofit with a third-party serialization library via a Converter (using kotlinx.serialization and JSON as the example)
- How to integrate Retrofit with a third-party programming model via a CallAdapter (using RxJava 3 as the example(Update)
Meet the instructor
Breens Mbaka
Content Author & Course Instructor
About
I'm an Android Engineer with a passion to teach and share my knowledge