You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a image url that is given below. And I'm trying load image in image view but couldn't load the image. please check what is wrong in this image. And This image also proper loaded in the browser.
I tried to open that URL but access is denied. As no one directly with the link can open it, I think you should first validate and then load the URL in your app
Activity
AliAzaz commentedon Oct 5, 2019
Kindly share your code so, it's easy for us to analyze what's going wrong in it.
amishra-bluepi commentedon Oct 7, 2019
This is code which given below --
Glide.with(context).load(imageUrl).placeholder(R.mipmap.place_holder).crossFade().error(R.mipmap.place_holder).thumbnail(0.1f).diskCacheStrategy(DiskCacheStrategy.ALL).into(imageView);
And imageUrl = https://s3.ap-south-1.amazonaws.com/cms-abp-staging-media/derivative/ANANDA_BAZAR_PATRIKA/128815/16X9/derivative16X91569319204033.jpg
Omkar-8778 commentedon Jul 12, 2021
I tried to open that URL but access is denied. As no one directly with the link can open it, I think you should first validate and then load the URL in your app