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
Tag: android-glide
Does Glide have a method for loading both PNG and SVG?
I’m using Glide to load some images asynchronously into some of my ImageViews, and I know it can handle images like PNG or JPG as it can handle SVG. Thing is, As far as I know, the way I load those two kinds of image differs. Like: Loading “normal” images Loading SVG And if I try to load SVG with