Search code examples
Wait with second coroutine until the first one prepare needed data...

androidkotlinmvvmretrofitandroid-room

Read More
Is it possible in a Retrofit Post request to accept other data than the one sent?...

javaretrofitretrofit2

Read More
How to take retrofit response body out of the function instead of just passing it to another functio...

androidkotlinretrofitretrofit2

Read More
How should I get data from Android into non-Android components in a clean way? (clean architecture)...

androiddependenciesretrofitclean-architecture

Read More
How does the following code work on Android...

androidkotlinretrofitretrofit2kotlin-coroutines

Read More
Confusion about the use of Call<> and suspended functions in Android network requests with ret...

androidkotlinretrofitretrofit2

Read More
how to make api request call on Application class on Kotlin...

androidkotlinretrofitokhttp

Read More
Getting simple JSON object response using Retrofit library...

androidjsonretrofit

Read More
How to add http logging interceptor along with another interceptor in android with kotlin?...

androidkotlinretrofitretrofit2okhttp

Read More
Zip network requests via Kotlin Coroutine Flow...

androidretrofitkotlin-coroutines

Read More
How to retry HTTP requests with OkHttp/Retrofit?...

androidretrofitokhttp

Read More
How do I delete “nameValuePairs” in a JSON request using Retrofit?...

androidretrofit

Read More
Room how to type convert a really complex data class?...

androidkotlinretrofitandroid-room

Read More
Retrofit Android - How to save Response API Json into String-Array...

javaandroidretrofitretrofit2

Read More
How can I handle empty response body with Retrofit 2?...

androidretrofitretrofit2square

Read More
When I should use Flow, and when should I use Corountines?...

androiddatabasekotlinmvvmretrofit

Read More
Retrofit + Gson: calculate a field dynamically or call constructor...

androidgsonretrofitokhttp

Read More
Add special character in keyname in Json, while sending json to api using retrofit Android...

javaandroidkotlingsonretrofit

Read More
Parse JSON string to a list of objects in Kotlin Android (MOSHI?)...

androidjsonkotlinretrofitmoshi

Read More
Access to Nested Json Kotlin...

jsonkotlinretrofit

Read More
Android: How to have data passed to an interface, maybe used as a parameter...

androidkotlininterfaceretrofit

Read More
@DELETE method is not supporting(Non-body HTTP method cannot contain @Body or @TypedOutput.)...

javaretrofitrx-java

Read More
Unable to create converter for java.util.List Retrofit 2.0.0-beta2...

javaandroidretrofit

Read More
How to access nested JSON in which contains a row name which is unique to each api get result...

jsonapikotlinretrofit

Read More
How to add multiple headers in retrofit responses in Android...

androidkotlinretrofitretrofit2

Read More
Clear values inside of the MutableLiveData response collection...

kotlinmvvmretrofitfragmentandroid-livedata

Read More
The file is saved but not showing with ACTION_GET_CONTENT or ACTION_OPEN_DOCUMENT...

androidkotlindownloadretrofitstorage

Read More
Unable to create call adapter for in Android...

androidkotlinretrofitdagger-hiltktor

Read More
Retrofit + Gson. Gson not calling custom deserializer...

androidgsonretrofitjson-deserialization

Read More
Multiple chained API calls to fetch data, but doOnNext of PublishSubject is never reached...

retrofitrx-javarx-androidrx-java3

Read More
BackNext