Answer the question
In order to leave comments, you need to log in
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
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.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question