Loading Bitmaps Efficiently

Published: August 12, 2019

If you are dealing with loading many bitmaps, chances are you will create a laggy app. To avoid this don't do the bitmap work on the UI thread. Today I learned there is a library called Glide that does the work for you.

Might change my projects to use Coil instead in the future. It looks promising but was a little buggy at the moment.