From the course: Android Development: Retrofit with Java

Unlock the full course today

Join today to access over 22,700 courses taught by industry experts or purchase this course individually.

Formats, models, and converters

Formats, models, and converters - Android Tutorial

From the course: Android Development: Retrofit with Java

Start my 1-month free trial

Formats, models, and converters

- [Instructor] The request line - [Instructor] The request line - [Instructor] The request line and the different http verbs are important, and the different http verbs are important, and the different http verbs are important, but what we really care about in most cases but what we really care about in most cases but what we really care about in most cases is the request body. is the request body. is the request body. The request body contains all of the data The request body contains all of the data The request body contains all of the data about the objects we need to work with in our apps. about the objects we need to work with in our apps. about the objects we need to work with in our apps. This data however, can take any kind of format, This data however, can take any kind of format, This data however, can take any kind of format, and we need to make sure that the app and the server and we need to make sure that the app and the server and we need…

Contents