Skip to content Skip to sidebar Skip to footer
Showing posts with the label Retrofit

Retrofit Sockettimeoutexception (and/or Http 500 Error) On Http-post

I'm trying to do a POST request to our backend server, but I keep getting SocketTimeOutExceptio… Read more Retrofit Sockettimeoutexception (and/or Http 500 Error) On Http-post

Valuerequiredexception During Rss Feed Parsing In Retrofit

I'm trying to write a simple RSS reader app for Android. I'm using Retrofit for network com… Read more Valuerequiredexception During Rss Feed Parsing In Retrofit

Retrofit Handling Token Expiration

Right now im using Retrofit to fitch data from server. the problem is i need to call API to get new… Read more Retrofit Handling Token Expiration

Java.io.ioexception: Stream Was Reset: Refused_stream On Several Devices

I'm using Retrofit 1.9 in my Android app. Server is on Django with Nginx, HTTPS with HTTP 2. Ce… Read more Java.io.ioexception: Stream Was Reset: Refused_stream On Several Devices

Android - Proguard And Retrofit 2?

I am using from Proguard for my project and bellow code is in my proguard-rules.pro : # Retrofit -k… Read more Android - Proguard And Retrofit 2?

Retrofit.retrofiterror: Sendto Failed: Epipe (broken Pipe)

I'm using Retrofit 1.9.0 for my RESTclient in android, It get error like i post below: retrof… Read more Retrofit.retrofiterror: Sendto Failed: Epipe (broken Pipe)