Search code examples
How to GET data inside list<data> with another data as the condition to RecyclerView...

androidkotlinandroid-recyclerviewretrofit2

Read More
Retrofit wrap response in a generic class internally...

androidkotlingsonretrofit2

Read More
PUT upload file to AWS S3 presigned url Retrofit2 Android...

androidamazon-s3kotlinretrofitretrofit2

Read More
Handle multiple retrofit client using dagger hilt as dependency injection?...

androidretrofit2dagger-hilt

Read More
Retry and circuit breaker both with retrofit 2 and resillence4j...

javaretrofit2aopresilience4j

Read More
Retrofit Dynamic ResponseBody...

javaandroidandroid-studioretrofitretrofit2

Read More
Retrofit singleton in Kotlin...

javaandroidkotlinsingletonretrofit2

Read More
Android retrofit POST method with String Query param double quotes in newer versions...

androidretrofitretrofit2query-string

Read More
How to fix "No Retrofit annotation found. (parameter #2)"?...

androidretrofit2

Read More
How do I always pass a constant argument in a Retrofit call?...

kotlinretrofit2

Read More
Android OkHttp/Retrofit how to continue multipart upload when app is suspended to background...

androidkotlinretrofit2okhttpkotlin-coroutines

Read More
Optional parameter in retrofit method...

androidkotlinretrofit2

Read More
How to add query parameter only if there's a value in second request in Retrofit or OkHttpClient...

androidkotlinretrofitretrofit2okhttp

Read More
Exception deserializing Json in Retrofit, "Polymorphic serializer was not found for missing cla...

androidjsonretrofit2kotlinx.serialization

Read More
Android Instrumental test - SSLHandshakeException when using OkHttp MockServer.useHttps(...)...

androidkotlinssl-certificateretrofit2android-testing

Read More
Can't fetch data from API, what am i doing wrong?...

javaandroidjsonandroid-activityretrofit2

Read More
When I use retrofit2, the app is just shut down...

androidkotlinretrofitretrofit2

Read More
How to parse RetroFit 2 response by specific key...

androidjsonkotlinretrofit2

Read More
Hello, I am receiving a json string, I need to separate data by class properties...

androidjsonkotlinretrofit2

Read More
Retrofit 2 GET/POST doesn't work for large data in Android...

androidpostgetretrofitretrofit2

Read More
How do you make multiple Post Api request and receive multiple responses using retrofit...

kotlinretrofit2kotlin-coroutines

Read More
How to handle mocked RxJava2 observable throwing exception in unit test...

javaandroidunit-testingretrofit2rx-java2

Read More
Detect if OkHttp response comes from cache (with Retrofit)...

androidretrofit2okhttp

Read More
How to make a POST request and send data to API using Kotlin in Android?...

androidkotlinretrofitretrofit2

Read More
How to send offline data to server once network has been connected?...

androidretrofit2android-jetpack

Read More
How to get response headers in my ViewModel using retrofit2 and reactivex?...

androidkotlinretrofit2reactivex

Read More
Is it possible to treat BEGIN_ARRAY AND BEGIN_OBJECT with retrofit2 for the same response?...

jsonkotlingsonretrofit2

Read More
How to set timeout in Retrofit-2.0+ android...

androidretrofitretrofit2

Read More
Android retrofit response: from parameters of object to Map<String, String>...

androidretrofit2converters

Read More
Should I pass my APIKEY in every request I do with Retrofit?...

retrofit2rx-java2api-key

Read More
BackNext