I am trying to download an image from a URL to a byte[] and then display it as a drawable in an imageView. I use AsyncTask to download the method and then use onPostExecute() to display it but it doesn't seem to be working and I don't get any errors.
[FIXED]