How can I download and integrate La Api Rest? [closed]

0

As I mentioned, I want to know how to use the Api Rest in my app. Thanks.

    
asked by PowerApp 19.11.2016 в 14:09
source

1 answer

3

Requests to API Rest work in the same way as requests you make to a server, only the web address and the query method vary.

There are several Android libraries to facilitate the construction of such requests, I recommend the use of retrofit , there is a lot of documentation even in Spanish .

    
answered by 19.11.2016 / 15:01
source