As I mentioned, I want to know how to use the Api Rest in my app. Thanks.
As I mentioned, I want to know how to use the Api Rest in my app. Thanks.
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 .