Z
Z
zhogar2016-10-06 13:07:38
Android
zhogar, 2016-10-06 13:07:38

What is the best HTTP library to use for Android client communication with RESTful Web Service?

It is necessary to organize the connection of Android clients with the RESTful Web Service to send media data using JSON). What is the best HTTP library to choose to organize a normal URI and link?
Thank you.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
M
mitaichik, 2016-10-06
@zhogar

Retrofit is the best solution

R
Rou1997, 2016-10-06
@Rou1997

Depends on the task, either take a high-level one - Retrofit, or take a low-level one - OkHttp or Volley and write the rest yourself, or there is an option to write everything yourself in your own way.

Z
zhogar, 2016-10-06
@zhogar

Was it something like: Asynchron HTTP? Forgot the exact name.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question