I am using Volley Library for my app. I want to cache images to memory and also use diskcaching for some of data required for further processing. The problem I am facing is, all the available links talks abt direct image url passed: NetworkImageView imgAvatar = (NetworkImageView) findViewById(R.id.imgAvatar); imageView.setImageUrl(url, imageLoader);
but in my case I dont have the URL of the Image. Can some one please help.