Does anyone know if there is an issue with setting an image for an image view? I'm trying to set it by uri and it's just a gray image :(
2 replies
I was trying to get it by parsing from the uri returned by an image selected in the gallery. However I ended up getting it working without the need for permissions by decoding the uri into a bitmap then saving the bitmap as a string.