-1
I use to download files and photos the Glide or the Retrofit but had never come across the need I’m having now. The url is type http://meuserver.com/user/4564654/qrcode
the number is the user id and the qrcode is where the qrcode image file generated by the server is located, when I put this URL in the browser it downloads the normal image like any file being downloaded by the browser but inside Android I don’t know how to do it with Glide or Retrofit.
You want to download the image or show it in an Imageview for example?
– Henrique
Show it in Imageview!
– Hugo