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...
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...
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...
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?