Skip to content
Advertisement

Tag: android-glide

Preload multiple images with Glide

We are trying to preload images into cache memory to load them later (the images are located in the Asset folder of the application) What we tried: The issue: Images are cached only when we are trying to load/display them: They have to be loaded in memory before so that they appear faster. We also tried to use a GlideModule

Advertisement