Answer the question
In order to leave comments, you need to log in
Android - receiving heavy data from the server. How is it better?
You need a good framework or maybe there is a technology already built into android with which you can make a good network application. The app is very similar to instagram. First of all, you are interested in convenient obtaining of images, music (and, if possible, video).
Before that, I did not work with the network, except for a simple json. Well, on java with sockets, it was tight.
I would be grateful for any good advice.
P.S. I came across the Android Query framework and Volley and many other libraries that have been written. I would like to know which one will work better if my files are heavy (receiving images, music, + - video). And of course, some text.
update:
Android Query hasn't been updated in a year. And based on the commits, this was added by tests and fixed something.
Answer the question
In order to leave comments, you need to log in
1. you don't need files, streaming video/audio is more suitable
2. I like the retrofit library
3. by no means send pictures in real size !!!
3 point and caps I say this from personal experience .... I can’t influence the server and it’s a pain ...
I have developed for myself a peculiar set of libraries that develop a style and roam from one project to another. OkHTTP, Retrofit, rxJava, Dagger, Picasso, ButterKnife. What is the joke you can read here: habrahabr.ru/post/195562 and here: habrahabr.ru/post/252903 and here: habrahabr.ru/post/202866 and here: habrahabr.ru/company/2gis/blog/228125
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question