Search code examples
Add an array as request parameter with Retrofit 2...

androidretrofitretrofit2

Read More
How to get error body returned by server when using Retrofit + Coroutine...

androidexceptionerror-handlingretrofitkotlin-coroutines

Read More
$_POST request works with postman but not in android app...

phpandroidretrofit

Read More
How to get data from api using retrofit and deserialiaze it?...

androidkotlinretrofit

Read More
Retrofit2 Kotlin Response body gone to other file...

javaandroidkotlinretrofitretrofit2

Read More
Graphql get direct requested model...

androidapikotlingraphqlretrofit

Read More
How to view implementation of retrofit's suspend fun...

androidkotlinretrofitretrofit2kotlin-coroutines

Read More
Android Studio Kotlin Recyclerview how to do multiple type view for specific object feature?...

androidkotlinandroid-recyclerviewretrofitcardview

Read More
Long response from retrofit - can I make my model class more optimized?...

jsonapikotlinretrofit

Read More
Optional path paramter in the middle of a URL with Retrofit...

androidretrofit

Read More
Retrofit2 Android: Expected BEGIN_ARRAY but was BEGIN_OBJECT at line 1 column 2 path $...

javaandroidjsonretrofitretrofit2

Read More
Does RxJava Completable only triggers onComplete if the response is 2xx?...

androidretrofitrx-java

Read More
Do I need to mention the coroutine dispatcher while working with Retrofit and Room?...

androidkotlinretrofitandroid-roomkotlin-coroutines

Read More
(Retrofit) Could not locate converter for class crashing app...

javaandroidretrofit

Read More
Unable to create @Body converter for class in Retrofit using Moshi...

androidkotlinretrofitmoshi

Read More
Can't log any data from API call...

kotlinmvvmretrofit

Read More
Can I convert the JSON to HashMap using GsonConverterFactory?...

androidjsongsonretrofitretrofit2

Read More
Flutter - using retrofit with injectable...

flutterretrofitinjectable

Read More
RxJava and Retrofit2: NetworkOnMainThreadException...

androidretrofitrx-java

Read More
How to get data in Retrofit from nested JSON array using view binding android...

androidarraysjsonnestedretrofit

Read More
How to send custom array of objects with post body?...

androidkotlingsonretrofit

Read More
Empty response body when parsing API with Retrofit and Gson...

androidjsonkotlingsonretrofit

Read More
Yelp API Validation Errors(400) - Android Studio...

androidapikotlinretrofit

Read More
Why retrofit Authenticator is not called?...

javaandroidauthenticationretrofitretrofit2

Read More
NPE hard to spot from the logcat it seems to be the Arraylist but each item should be set...

javaandroidretrofit

Read More
Dynamic Url with @Post request retrofit + hilt...

androidkotlinpostrequestretrofit

Read More
Retrofit body request is blank with Retrofit, when I use proguard and enable minify and shrinkresour...

androidgradleretrofitproguardminify

Read More
Webservice not working in Android Retrofit , but works in Postman and Swift / iOS, Getting 401 Unaut...

androidiosretrofitpostmanokhttp

Read More
How can I queue up and delay retrofit requests to avoid hitting an api rate limit?...

androidretrofitrate-limiting

Read More
How to disable/enable jackson SerializationFeature.WRAP_ROOT_VALUE?...

javaandroidjacksonretrofit

Read More
BackNext