//java,set web image to imageview android java,android studio,Glide
Glide.with(context).load("https://example web image link.jpg").override(500,500).into(imageView);
//add dependencies for this
//implementation 'com.github.bumptech.glide:glide:4.11.0'