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

Regulate Network Calls In Syncadapter Onperformsync

I m sending several retrofit calls via SyncAdapter onPerformSync and I m trying to regulate http ca… Read more Regulate Network Calls In Syncadapter Onperformsync

Android: Library Project With Retrofit Results In Noclassdeffounderror

I'm trying to build an android library project which uses OkHttp and Retrofit to grant access t… Read more Android: Library Project With Retrofit Results In Noclassdeffounderror

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?

Proper Way To Map Complex Json As A Java Object With Retrofit And Gson

If the JSON Object I'm getting from the REST API has the following structure: { 'IsError&… Read more Proper Way To Map Complex Json As A Java Object With Retrofit And Gson

Adding Authorization Header Interface Android Retrofit

I'm using retrofit library for solving my tasks connected with requests to server. I have got p… Read more Adding Authorization Header Interface Android Retrofit

Retrofit 2 Error: Networkonmainthreadexception

I'm trying to do a synchronous request to my server in Android. (Code works flawlessly in a pla… Read more Retrofit 2 Error: Networkonmainthreadexception