Answer the question
In order to leave comments, you need to log in
What is the best library to use for client-server implementation on android?
What is the best library to use to implement client-server (send, receive, form requests, etc.) communication on android
Answer the question
In order to leave comments, you need to log in
I use a bunch of Retrofit + RxJava libraries for this purpose. The first solves the issues of accessing the server, the second helps to do it asynchronously. Also, as a rule, I use the GSON library to automatically parse JSON responses from the server.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question