appsly-android-rest
appsly-android-rest copied to clipboard
An Android client library for RESTful based web services.
Hi all, I am using for my app the library. I have to make a change, but I can no longer solve the repository. Is there any problem? you can...
Hallo everyone! I've a problem with this fantastic project: i want to set the Cache value to set dynamically time of my service call. I found only the declaration of...
Some times the json service return erros and/or wrong serialized data. You need to be able to handle that unexpected response in the onFailure CallBack. api.getProdByName(name, new Callback() { ```...
I'm using Umlaute (ä, ö, ü) in my post parameters, which aren't submitted correctly, therefore I'm looking for a way to set the encoding to UTF-8; is that possible?
I'd like to use this library but got some troubles instantiating the API-Service. I tried debugging it but without success. This is the code of my RestService: `@RestService` `public interface...
Hello! I'm using your android library to do rest request and to use cache. How can i get cached result? If i use annotation than when i call api.myrequest it...
Can you please update the documentation whereever specific **permissions** are required .. The **cache** needs the following I guess. ``` xml ```