I need to create an application that dialogues with a REST server.
I found that answer: Android REST client, Sample? but it's of 2012.
Is there a tutorial that I can follow (and that you suggest) in order to obtain a little working sample project? Thanks in advance.
All you need is here. https://square.github.io/retrofit/ Its easy to use and you almost dont have to care about json deserialization