I have been using Volley as my solution to download, cache, and display images on Android with the NetworkImageView.
So far, everything this has worked quite well. However, on this particular project I need to retrieve images behind HTTPS. I have researched and tried to do this on my own for a few days but the information I have come upon has been quite confusing and I am in dire need of clarification.
I have been using the following thread to try and implement this. Volley NetworkImageView using https
However the answer there isn't well explained and I don't quite understand the concept at play.
I am looking for is an explanation of What I need to extra to load images from behind HTTPs using Volley and Why.