Questions tagged as 'android-glide'

1
answer

Problem loading images in a Recyclerview with firebase

I'm new to android and I'm trying to work with firebase. The problem I have is that when I load the images in a recyclerview it takes a long time to load and I have no idea how to fix it to show the images I'm using glide I would appreciate y...
asked by 08.08.2018 / 07:14
1
answer

GLIDE Caused by: java.lang.OutOfMemoryError: Failed to allocate to 96000012 byte allocation with 15189568 free bytes and 74MB until OOM on Android

I am creating a giant image viewer, when I try to download a 15MB image here to see her As an image viewer I use Subsampling Scale Image View which is optimized for displaying large images. final SubsamplingScaleImageView imageView = (S...
asked by 04.06.2017 / 18:07
0
answers

Use an image with Glide and Tint on android

Good community, my problem is this: I'm inflating images with the Glide library because putting the image path directly in the xml makes my app go slower. In the xml I have the following code for an image: <ImageView...
asked by 11.09.2017 / 14:25
1
answer

How to save images with Glide?

I program a gallery in android with the glide library but the images are only shown, when I leave the screen prefered, it does not give me the option of saving the images, how does it work?     
asked by 03.11.2016 / 20:25