Open fed opened 9 years ago
Try to replace the yambaclientlib.jar library with Retrofit.
yambaclientlib.jar
Retrofit is a library that will let you define your API in a simple Java interface and will automagically convert it into a full-blown REST client.
More info on Retrofit here:
And here're some guidelines to make a smart use of the library:
Here's the link to the source code of the current library: https://github.com/learning-android/yambaclientlib
And this is the web service's UI: http://yamba.marakana.com/
Try to replace the
yambaclientlib.jar
library with Retrofit.More info on Retrofit here:
And here're some guidelines to make a smart use of the library: