Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in retrofit2

Correct Way to Post Binary Data Using Retrofit 2.0

android retrofit2

RxAndroid - retry observable on click

How to do unit testing for retrofit2 callbacks?

Unable to deserialize alternate name with GSON, AutoValue, and Retrofit 2

java gson retrofit2 auto-value

Android Retrofit2 reddit 404 Not Found

android retrofit2 reddit

OkHttp3 cache seems to be unchecked with Retrofit 2

Retrofit JavaRx2 thread interrupted

android retrofit2 rx-java2

Retrofit custom timeout is not working

Chaining multiple calls RxJava, Room and Retrofit

How to cancel all queued request onFailure? (Retrofit2)

How can I parse Nested JSON with dynamic keys in Android kotlin, Moshi and Retrofit?

SSL handshake aborted: ssl=0x74d2dc46c8: Failure in SSL library, usually a protocol error OPENSSL_internal:SSLV3_ALERT_HANDSHAKE_FAILURE

Detect 'no internet' connectivity error in Retrofit 2

Retrofit + Basic Authentication

How to use flatMap in Android RxJava to make three web service call sequentially without using lambda function?

android retrofit2 rx-java2

Kotlin data class | add my own variables other than JSON keys

Retrofit2/ Gson null values are not skipped when DEFAULT_SERIALIZE_NULLS value is used

Retrofit2 - response body null on success request

android retrofit2

How to handle different kinds of errors in Retrofit Rx onError without ugly instanceof