DEV Community

Cover image for How to use responsive images to speed up your apps — with android glide example
Raksha for Canopas Software

Posted on

How to use responsive images to speed up your apps — with android glide example

Loading images efficiently is very important, on every platform, be it android, iOS or the Web. It makes apps/websites faster and also saves users' internet bandwidth.

Loading image in views need to be efficient, faster and smooth.

Here's the guide to load image faster and smoother with android glide example.

This article answer these 4 questions -

  1. What is responsive image loading?
  2. Why is it important?
  3. Various approaches to providing responsive images
  4. How to implement it with the android Glide library

You can read full article here https://blog.canopas.com/how-to-use-responsive-images-to-speed-up-your-apps-with-android-glide-example-ece3924b84fd

Oldest comments (0)