fed / Yamba

Yet Another Micro Blogging App
0 stars 0 forks source link

Implement Retrofit to connect to the API to fetch and publish data #10

Open fed opened 9 years ago

fed commented 9 years ago

Try to replace the yambaclientlib.jar library with Retrofit.

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:

fed commented 9 years ago

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/