Top "Retrofit" questions

Retrofit is a type-safe REST client for Android and Java by Square, Inc.

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
Use RxJava and Retrofit to iterate through list and augment results based on subqueries

I'm using retrofit and I feel like rxjava (with retrolambda) would be a good fit for the following flow: get …

android retrofit rx-java retrolambda
Retrofit 2 enqueue method running 2 times

I am new to Retrofit Library. I am working on an app in which I've to make multiple API calls, …

android api retrofit retrofit2 asynccallback