Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in retrofit

Get response status code using Retrofit 2.0 and RxJava

How to get response as String using retrofit without using GSON or any other library in android [duplicate]

android json parsing retrofit

Unable to create call adapter for class example.Simple

How should I handle "No internet connection" with Retrofit on Android

android retrofit

why use Retrofit when we have OkHttp

java android retrofit okhttp

Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 1 path $

android json gson retrofit

Retrofit 2 removes characters after hostname from base url

android retrofit

How to log request and response body with Retrofit-Android?

How can I handle empty response body with Retrofit 2?

Adding header to all request with Retrofit 2

Can Retrofit with OKHttp use cache data when offline

Unable to create converter for my class in Android Retrofit library

android gson retrofit

Retrofit 2.0 how to get deserialised error response.body

java retrofit retrofit2

POST Multipart Form Data using Retrofit 2.0 including image

Refreshing OAuth token using Retrofit without modifying all calls

android oauth-2.0 retrofit

How to set timeout in Retrofit library?

java android timeout retrofit

Retrofit 2 - Dynamic URL

android retrofit

When should one use RxJava Observable and when simple Callback on Android?

android retrofit rx-java

How to POST raw whole JSON in the body of a Retrofit request?

Logging with Retrofit 2