V
V
Victor2015-04-05 21:23:50
Android
Victor, 2015-04-05 21:23:50

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

2 answer(s)
O
Oleg Gamega, 2015-04-05
@davinctor

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 ...

U
uaSaint, 2015-04-07
@uaSaint

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 question

Ask a Question

731 491 924 answers to any question