Slide 16
Slide 16 text
Feed your Android with a REST client
Emanuele Palazzetti :: Google Developer Group Perugia
About REST APIs
We have resources with a global identifier (ex: URI)
To manipulate you can use a standardized interface (ex: HTTP)
We can use HTTP methods (GET, PUT, POST, DELETE)
Tipically the returned information is JSON, XML, etc...