Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in retrofit2

Differences between OkHttp Mock Web Server and Retrofit Mock

android retrofit2 okhttp

How to Change API Base Url at Runtime(Retrofit,Android,Java)?

java android rest retrofit2

Best way to wait for retrofit2 to finish before continuing async

Android - Retrofit Gson- How to parse JSON String to object at a JSON key in JSON response?

android json gson retrofit2

RxJava flatmap: How to make multiple calls based on result from first call

android rx-java retrofit2

Retrofit 2 Error: java.net.SocketTimeoutException: failed to connect to /192.168.86.1 (port 8080) after 10000ms

SSL handshake exception retrofit android [duplicate]

Downloading a Very Large file silently dies

Using retrofit2 and RxAndroid to get response from Spring WebFlux

Can't use parent as variable types and yet receive child types

java retrofit2

Data is showing in room database even after deleted from server

Authentication with Architecture Components MVVM, passing token from Repository to ViewModel

Retrofit2 + SimpleXML in Kotlin: MethodException: Annotation must mark a set or get method

Android pre-lollipop devices giving error "SSL handshake aborted: ssl=0x618d9c18: I/O error during system call, Connection reset by peer"

Retrofit crashes when I throw an exception in an interceptor