Top "Robospice" questions

RoboSpice is an Open source library for Android to perform long running background tasks.

Retrofit: multiple query parameters in @GET command?

I am using Retrofit and Robospice to make API calls in my android application. All @POST methods work great, and …

android api get retrofit robospice
json reading error in robospice

Logcat error 07-30 06:43:48.135: E//DefaultRequestRunner.java:153(29678): 06:43:48.147 Thread-9164 An exception occurred during request network execution :Could not read JSON: Can not …

android robospice
How to increase timeout for retrofit requests in robospice android?

I have implemented robospice in my project and using retrofit for all api calls. For some of requests, I need …

android retrofit robospice
Commons-Io Duplicate Entry Error Using Robospice and Android Studio

I've been working on the following issue for several hours, but haven't come up with a way to solve my …

android gradle android-studio robospice apache-commons-io
Using RoboSpice is there a way to get the HTTP Error Code out of an exception?

I am writing an application that uses RoboSpice. In the request listener onRequestFailure( SpiceException arg0 ) is there a way to …

android http-status-code-401 robospice