Questions tagged as 'glide'

1
answer

getDownloadUrl on Android returns me null

this time, I try to recover images that have been uploaded directly to Firebase Storage, a structure for the database has been generated in the following way: DATABASE { "categorias" : { "categoria1" : { "nombre" : "Licores",...
asked by 23.11.2018 / 17:15
1
answer

How to change or update an image of an ImageView already loaded with Glide? [duplicate]

I have a Activity that loads the profile image of the user using Glide perfectly, the problem comes when the user selects an image from their gallery. When I receive the image with ActivityForResult , I charge the new profile image t...
asked by 20.07.2018 / 01:03
2
answers

Retry loading image in Glide with 2 URL's

I am uploading an image with Glide, as follows. Glide.with(myActivity.this).load(url1).diskCacheStrategy(DiskCacheStrategy.ALL).into(avatarImageView); It turns out that sometimes fails me, since sometimes the url1 does not exist, and I ha...
asked by 14.08.2017 / 20:02
1
answer

android - java.lang.IllegalArgumentException: You must pass in a non-view

I have an error in the following code and as much as I look I do not know what it can be, I have it well linked to the xml and instantiated, the code is as follows: public class AdaptadorCardsLugares extends RecyclerView.Adapter<Adaptador...
asked by 08.08.2017 / 17:35
2
answers

Problem not having an image in Firebase Storage

I have an app where companies can register and have the option to upload an image of their company to show in the profile, the problem is that if they do not upload the image to the Storage, when I perform an action in the Activity I jump the fo...
asked by 23.08.2018 / 22:38