From the course: Android Development: Retrofit with Java

Unlock the full course today

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

Make a HEAD request

Make a HEAD request - Android Tutorial

From the course: Android Development: Retrofit with Java

Start my 1-month free trial

Make a HEAD request

- [Instructor] When we load the details of a gist - [Instructor] When we load the details of a gist - [Instructor] When we load the details of a gist we also want to load the comments posted to that gist. we also want to load the comments posted to that gist. we also want to load the comments posted to that gist. The GitHub API will return the list of comments, The GitHub API will return the list of comments, The GitHub API will return the list of comments, starting with the oldest comments added to the gist, starting with the oldest comments added to the gist, starting with the oldest comments added to the gist, which is not what we want to show to the user. which is not what we want to show to the user. which is not what we want to show to the user. The most recent comments are the most important to us. The most recent comments are the most important to us. The most recent comments are the most important to us. So, we need to flip this list around So, we…

Contents