Can some one help me how to retrieve the file path where the image is stored using glide in cache? I want to send the image loaded with glide into image view to server. May I know how I can get the file path of cached image? The reasons for choosing the glide cached image is its much smaller in size to upload to server.
If it's not possible can someone suggest the way to compress the image?
I have tried different image compression algorithms but none is giving as best as glide.