Retrofit Tutorial Part 3 - POST REQUEST & FORM URLENCODED - Android Studio Tutorial

Veröffentlicht am: 21 Oktober 2018
auf dem Kanal: Coding in Flow
130,143
1.7k

In part 3 of the Retrofit tutorial, we will learn how to make HTTP POST requests on a REST API to create new resources.
For this we use the @POST annotation in our interface, define the relative URL endpoint and pass the object that we want to send to the server as an argument that we annotate with @Body. The GSON converter will then serialize this object into the JSON format before it is uploaded to the server. If we want to serialize the object into another format (like XML or String), we can use a different ConverterFactory.
The same as in a GET request, the POST method returns a Call object that we can enqueue to execute it asynchronously. A successful POST request will return a 201 (Created) response code together with a response body in the onResponse callback.
Retrofit also supports form-urlencoded format (application/x-www-form-urlencoded). For this we have to annotate a POST method with @FormUrlEncoded and pass either single @Field arguments or a @FieldMap.

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


Auf dieser Seite können Sie das Online-Video Retrofit Tutorial Part 3 - POST REQUEST & FORM URLENCODED - Android Studio Tutorial mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer Coding in Flow 21 Oktober 2018 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 130,143 Mal angesehen und es wurde von 1.7 tausend den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!