I have a problem downloading and putting in ImageView image that is downloaded from ULR, normally it would be easy using
imgView.setImageDrawable(grabImageFromUrl(url));
But in my case i need to use HttpClient written by me to check certificate. I guess i have to use HTTPGEt, i have used it before taking in response Json strings, but i just can’t find a way to grab a picture.
Do anyone have expirience in such operation?
Actually i have found out solution for my problem, I will post it here if anyone of users ever came across similiar problem: