Top "Android-networking" questions

The Android networking subsystem.

Retrofit 2.x : Log Header for request and response

I am using retrofit 2.x and i want to log the header and body of request and response . HttpLoggingInterceptor interceptor = …

android retrofit android-networking retrofit2
How to send object parameter in Retrofit GET request?

I have a back-end server that works like this "api/videos?search_object={"cat_id" :2, "channel_id" : 3, etc} Basily you …

android gson retrofit retrofit2 android-networking