Skip to content

Android REST client example using retrofit for API calls. Used to make HTTP calls and parses the response in java objects instead of the manual parsing JSON response.

braver-tool/AndroidRestfulAPI

Repository files navigation

AndroidRestfulAPI

Context

Android REST client example using retrofit for API calls. It Used to make HTTP calls and parses the response in java objects instead of the manual parsing JSON response.

Here I just add the project where create the API call to access data from the database using the retrofit library; which is a leading library to access data on the network.

The example shows how to google gson and retrofit can automatically support asynchronous requests using the retrofit Callback interface, automatic serialization/deserialization to JSON with a GSON adapter.

Resources

About

Android REST client example using retrofit for API calls. Used to make HTTP calls and parses the response in java objects instead of the manual parsing JSON response.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages