S
S
StynuBlizz2017-01-15 11:15:44
Android
StynuBlizz, 2017-01-15 11:15:44

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

2 answer(s)
O
Oleg Gamega, 2017-01-15
@StynuBlizz

retrofit

A
Artem Menchenya, 2017-01-17
@Notimetosleep

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 question

Ask a Question

731 491 924 answers to any question