M
M
Max Khrichtchatyi2013-12-19 14:00:29
Mobile development
Max Khrichtchatyi, 2013-12-19 14:00:29

Graphics from the server to the mobile application. Keep a mountain of sizes or spit on traffic?

As an example, let's take a prototype of a mobile application in which the user gets the opportunity to upload a photo to his album.
At the moment, after uploading the file, a reduced copy of the required size is created on the server, x2 copy for phones with a retina + the original.
Please tell us how to properly organize the work of Image Resize, what sizes can be taken as a standard? What rules are used when uploading graphic files to a mobile application?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
X
xmoonlight, 2013-12-19
@xmoonlight

AJAX->We load the required size from the server

K
Kane, 2013-12-19
@Kane

Keep one size, resize images with nginx analyzer address. For example
example.com/foobar_300x200.jpg

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question