I have a lot of doubts about the treatment of the images in android, and I was hoping to see if you could solve them.
At this point I have an image that occupies 320
Override must be accessed via RequestOptions in the most recent version of Glide 4.x. You can add RequestOptions through apply()
Override
RequestOptions
Glide 4.x
apply()
Glide .with(context) .load(path) .apply(new RequestOptions().override(600, 200)) .into(imageViewResizeCenterCrop);