How to call Restful Web Services on Android application?

Asked

Viewed 123 times

0

I would like to know how to develop an application that uses Restful web services?

What library do I need to create an app with Restful-like web service?

1 answer

1

The best and most used way to access APIs on Android is using Retrofit.

You can follow a small step-by-step to install and configure Retrofit on official website on Github and if you need more advanced information, access the source code, track or report issues just go straight to repository of the Github

Has a number of tutorials about it very interesting

I hope I helped the/

P.S.: Thank you for the remark on the link, Diego.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.