Thursday, June 28, 2018

How to Split Images Into Small, Medium, and High Resolutions With a Backendless API Service

Images displayed in your app often may be responsible for the bandwidth consumed by the device, which has a direct impact on the performance, battery level and the amount of memory which the app allocates. As a result, optimizing images can often bring noticeable performance improvements for your app: the fewer bytes it needs to download, the smaller impact is on the client's bandwidth and the faster app will download and render content on the screen.

Let's imagine you have an app where you store pictures to show them to your app's users. But what happens if the resolution of these images is high and they are taking a lot of space? Download of these files is time-consuming and, as a result, it slows down your app making the user experience substandard.



from DZone.com Feed https://ift.tt/2tM2k2m

No comments:

Post a Comment