Retrofit Tutorial Part 2 - URL MANIPULATION: @PATH @QUERY @QUERYMAP @URL - Android Studio Tutorial

Published: 30 September 2018
on channel: Coding in Flow
137,118
2.5k

In part 2 of the Retrofit tutorial, we will learn how to use replacement blocks and query parameters to access more dynamic URL endpoints of a REST API.
Instead of hardcoding the relative URL into our GET requests, we can use curly braces to create placeholders, which we can then replace at runtime with arguments that we pass to the method and annotated with @Path.
With the @Query annotation, we can also pass arguments that Retrofit will append to the URL as query strings with the correct syntax (question mark, ampersand signs, equal signs...). We can declare and pass single values, we can pass multiple values for the same parameter in form of a List, array or varargs, or we can define a @QueryMap where we can pass any combination of parameters in form of a Map.
By passing null we can omit a parameter, and to make a primitive int nullable we wrap it into an Integer object.
We will also learn about the @URL annotation, with which we can pass the (endpoint) URL directly as an argument instead of just certain parameters, and we will learn how URLs resolve and why the baseUrl needs a trailing slash in order to work.

Watch the whole playlist:
   • Playlist  

Example code for this part:
https://gist.github.com/codinginflow/...

____________________
💻 Find the BEST programming tutorials on TutHub:
https://tuthub.io

⭐ Get my MVVM Caching Course now:
https://codinginflow.com/caching

❗ Subscribe to the channel:
   / codinginflo.  .

📨 Subscribe to the Coding in Flow newsletter:
https://codinginflow.com/newsletter

❓ Join our free developer community:
  / discord  

📣 Follow Coding in Flow on other sites:
Facebook:   / codinginflow  
Instagram:   / codinginflow  
TikTok:   / codinginflow  
Twitter:   / codinginflow  
Github: https://github.com/codinginflow

💰 Business requests, sponsoring, etc.: info@codinginflow.com


On this page of the site you can watch the video online Retrofit Tutorial Part 2 - URL MANIPULATION: @PATH @QUERY @QUERYMAP @URL - Android Studio Tutorial with a duration of hours minute second in good quality, which was uploaded by the user Coding in Flow 30 September 2018, share the link with friends and acquaintances, this video has already been watched 137,118 times on youtube and it was liked by 2.5 thousand viewers. Enjoy your viewing!