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.

Use query parameters

Use query parameters - Android Tutorial

From the course: Android Development: Retrofit with Java

Start my 1-month free trial

Use query parameters

- [Instructor] Right now the application - [Instructor] Right now the application - [Instructor] Right now the application only loads a list of 30 gists from GitHub. only loads a list of 30 gists from GitHub. only loads a list of 30 gists from GitHub. This is because by default This is because by default This is because by default the GitHub API paginates the data, the GitHub API paginates the data, the GitHub API paginates the data, meaning they break the larger list of data meaning they break the larger list of data meaning they break the larger list of data into subsections or pages. into subsections or pages. into subsections or pages. So how do we specify which page we want? So how do we specify which page we want? So how do we specify which page we want? By using query parameters. By using query parameters. By using query parameters. Let's go back to the project in Android Studio Let's go back to the project in Android Studio Let's go back to the…

Contents